An address per customer
reply by email
Give every ticket, record or customer its own address, with nothing to create.
Nobody created these addresses. The reply leaves as the one the mail arrived at.
How it works
Running in three steps.
- 01
Mint it in code
[email protected] works the moment somebody writes to it.
- 02
Take the event
It names the address the message was delivered to.
- 03
Answer as that address
Send from it, into the same thread, from your own code.
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.
Every address on the domain receives, including ones that have never been created. One switch closes it.
Tell your endpoint when mail arrives, instead of making you poll.
A documented HTTP API with issuable, scopable, revocable keys.
Your own conditions, and what should happen to anything that matches them.
Nearby
Other jobs for the same inbox.
Mail arriving at your domain reaches your server as a signed webhook, seconds later.
Give each test run its own address and read the mail it receives.