Sending & Testing
Can I receive emails with MailBlastr?
Yes — MailBlastr supports receiving inbound email via webhooks. Get notified on email.received, then retrieve full content and attachments through the Receiving API.
Yes. MailBlastr supports receiving email (inbound) via webhooks. When mail arrives at a domain you have enabled for receiving, MailBlastr stores it and notifies your application so you can read, process, forward, or reply to it.
What you can do with Receiving
- Receive incoming emails and get notified with the
email.receivedwebhook event. - Retrieve full email content — HTML, text, and headers — using the Receiving API.
- Process attachments using attachment metadata and temporary download URLs (see Attachments).
Where you can receive mail
- On your own custom domain by adding the required
MXrecord — see Custom domains. - On a MailBlastr-managed receiving subdomain, with no
MXchange required on your root domain.
Webhook payloads carry only metadata, not the message body. Call the Receiving API to fetch HTML, text, headers, and attachments for an inbound email.
See the full Receiving introduction to enable inbound on a domain, then Forward emails with MailBlastr Inbound for a worked example.