Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you have custom email domains within Learn Amp enabled, use this article to configure SPF with SendGridMailgun.

Sender Policy Framework (SPF) is an open standard aimed at preventing sender address forgery. We partner with SendGrid Mailgun to provide us with reliable email delivery.

...

If you have an SPF record set for your domain already:

You must add a an alphanumeric string before the mechanism of this SPF record in order to authenticate mailings through SendGridMailgun.

If you do not have an existing SPF record for your domain:

...

Code Block
v=spf1 include:sendgridmailgun.netorg -all

In this example, we have an SPF record for the authorization of outbound mail for SendGridMailgun. A -all inclusion versus an ~all inclusion indicates that this SPF record is the only record used to authenticate mail for your domain. Make sure to include any other authorized sender into this SPF record if you need to authenticate mailings from other sources.

...

If you already have an SPF record for your domain, you need to add SendGrid Mailgun SPF inclusion into your existing record. 

...

Code Block
v=spf1 a mx include:\_spf.google.com include:spf.protection.outlook.com include:sendgridmailgun.netorg -all