Point your domain’s MX at MailBlastr and every message is parsed, stored, and delivered to your webhook in real time — then retrievable through the same clean API you send with.
{
"type": "email.received",
"data": {
"email_id": "rcv_789",
"from": "customer@example.com",
"to": ["support@yourdomain.com"],
"subject": "Need help with my order",
"spf": "pass",
"attachments": [
{ "filename": "receipt.pdf", "content_type": "application/pdf", "size": 48213 }
]
}
}Add one MX record and mail to your domain arrives at MailBlastr.
Sender, recipients, subject, HTML/text, headers, and attachments — extracted automatically.
Every inbound message fires an email.received webhook to your endpoint.
Attachment bytes and the original RFC822 message are stored — download them via the API.
Fetch any received email with GET /emails/receiving/:id.
Inbound messages carry their SPF result so you can act on authentication.
Browse received mail in the dashboard with a full preview.
Replies are sorted as interested, neutral, or not interested — filter your inbox by intent.
A reply can trigger or advance an automation — route hot leads the moment they respond.
Verify a domain, add the MX record, and receive your first message.