# 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.received` [webhook event](https://www.mailblastr.com/docs/webhooks/emails/received).
- Retrieve full email content — HTML, text, and headers — using the [Receiving API](https://www.mailblastr.com/docs/receiving/get-email-content).
- Process attachments using attachment metadata and temporary download URLs (see [Attachments](https://www.mailblastr.com/docs/receiving/attachments)).

## Where you can receive mail

- On **your own custom domain** by adding the required `MX` record — see [Custom domains](https://www.mailblastr.com/docs/receiving/custom-domains).
- On a MailBlastr-managed receiving subdomain, with no `MX` change required on your root domain.

> **Note:** Webhook payloads carry only metadata, not the message body. Call the [Receiving API](https://www.mailblastr.com/docs/receiving/get-email-content) to fetch HTML, text, headers, and attachments for an inbound email.

See the full [Receiving introduction](https://www.mailblastr.com/docs/receiving/introduction) to enable inbound on a domain, then [Forward emails with MailBlastr Inbound](https://www.mailblastr.com/docs/kb/forward-inbound) for a worked example.
