To successfully set up Getyn campaigns using Mailgun for email delivery, you need to configure your DNS settings properly. First, log in to your Mailgun account and navigate to the "Domains" section. Add a new domain that you wish to send emails from, ensuring it matches the domain you use in Getyn.
Once the domain is added, Mailgun will provide specific DNS records for you to configure. These include TXT records for SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail) to authenticate your emails, as well as MX (Mail Exchange) records for receiving email responses. You’ll need to access your domain's DNS management interface (typically available from your domain registrar) to input these records exactly as provided by Mailgun.
After the DNS records are updated, verify them within Mailgun. Once verified, configure Getyn by connecting your Mailgun account through Getyn’s email settings, providing your Mailgun API key and domain name. With these steps complete, your Getyn campaigns will be fully integrated with Mailgun, ensuring reliable and authenticated email delivery.
Configure these below DNS settings on your domain:
Sending records
TYPE | HOST NAME | VALUE (POINTS TO) |
TXT | email._domainkey.{yourdomain or subdomain} | k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCZdwPwChF5k6raI8RQEzxb1dBccTPERUJ19XTdRrFeeyaeULJI1x4Z9aHSAvJUP1X0jyEI3qFZbImEbhQPlqYlPa2g+7balpA94EgpbcoCcF1HpTwqgTMBpRBQqv+NKRR2ymyHuipDz1GnKusty1DoffKxpxhklUG3sej9rkaokwIDAQAB |
TXT | {yourdomain or subdomain} | v=spf1 include:mailgun.org ~all |
CNAME | pdk1._domainkey.{yourdomain or subdomain} | pdk1._domainkey.cd8188.dkim1.us.mgsend.org |
CNAME | pdk2._domainkey.{yourdomain or subdomain} | pdk2._domainkey.cd8188.dkim1.us.mgsend.org |
Receiving records
TYPE | HOST NAME | VALUE (POINTS TO) | PRIORITY |
MX | {yourdomain or subdomain} | mxa.mailgun.org | 10 |
MX | {yourdomain or subdomain} | mxb.mailgun.org | 10 |
Tracking records
TYPE | HOST NAME | VALUE (POINTS TO) |
CNAME | email.{yourdomain or subdomain} | mailgun.org |
If you are using our shared Mailgun Servers, simply let us know once you configure the above and our team shall verify it for you.
Comments
0 comments
Please sign in to leave a comment.