Emails
-
Create a new account on Mailgun
-
In [Sending] click [Domains] then [Add New Domain]. It's recommended to add a subdomain like mail.yourdomain.com.
If you pick the EU region, add the URL below to the Mailgun client setup in libs/mailgun.js right under username: "api": url: "https://api.eu.mailgun.net/"
-
Do all the DNS verification steps. If you use a subdomain, make sure it's reflected in your DNS records
-
Add extra DMARC for better deliverability: TXT | _dmarc.mail.yourdomain.com | v=DMARC1; p=none
-
Go to [Domain Settings] then [SMTP Credentials] then [Reset Passsword], choose [Automatic] and then [Create Password]
Last updated on