Prerequisites
- A Nuntly account with a verified domain (or a domain in the verification process). See add a sending domain if you have not added one yet.
- Access to the DNS settings of your domain.
Enable receiving on your domain
From the dashboard
Go to domains
In the dashboard, go to Domains and select the domain you want to enable receiving on.
With the SDK
You can also enable receiving programmatically by updating the domain capabilities:Configure MX records
After enabling receiving on your domain, you need to add MX records to your DNS configuration. These records tell mail servers to route incoming emails to Nuntly.Find your MX records
On the domain detail page in the dashboard, the required MX records are displayed in the DNS records table. Copy the Name and Value fields.
Add records to your DNS provider
Add the MX records in your DNS provider’s control panel. The exact steps depend on your provider. Refer to their documentation for instructions.
If you already configured DNS records when setting up your sending domain, you may only need to add the receiving MX record. Check the DNS records table on your domain detail page for the complete list.
Verify your setup
Once DNS has propagated and your domain shows a verified status, you can test receiving by sending an email to any address on your domain. By default, a catch-all inbox routes all incoming messages, so you do not need to create a specific inbox first. You can verify the email was received by:- Checking the Messages section in the dashboard
- Calling the messages API to list recent messages
- Listening for the
message.receivedwebhook event
