Set up email records
If you only need to receive emails, Cloudflare offers Email Routing for free email forwarding to custom email addresses.
To send and receive emails from your domain, you need:
- An SMTP provider.
- To create two DNS records within Cloudflare.
To route emails through Cloudflare and to your mail server:
-
Get the IP address and MX record details from your SMTP provider (vendor-specific guidelines).
-
Add an
A
orAAAA
record for your mail subdomain that points to the IP address of your mail server.Type Name IPv4 address Proxy status A mail
192.0.2.1
DNS only API example
-
Add an
MX
record that points to that subdomain.Type Name Mail server TTL MX @
mail.example.com
Auto API example