Email into your app
straight to your code
Mail arriving at your domain reaches your server as a signed webhook, seconds later.
Your endpoint answers 200. The event names the thread, so you fetch the message and its files by id.
How it works
Running in three steps.
- 01
Point a domain here
Add the domain and publish the records. Every address on it receives.
- 02
Register your endpoint
Pick the events, copy the signing secret, answer within five seconds.
- 03
Read the message
The event names the thread. Fetch it, and its files, by id.
What it runs on
The parts doing the work.
Nothing here is a separate product. Each one is a piece of the mailbox you already have.
Tell your endpoint when mail arrives, instead of making you poll.
A documented HTTP API with issuable, scopable, revocable keys.
Every address on the domain receives, including ones that have never been created. One switch closes it.
Pick them with the paperclip or paste them in. A pasted image lands in the body rather than the file list, and a file dragged onto the composer is not attached at all. On an OpenEmail mailbox incoming files sit in object storage, one object each, and opening a thread pulls every one of them.
Nearby
Other jobs for the same inbox.
Give every ticket, record or customer its own address, with nothing to create.
Give each test run its own address and read the mail it receives.