SPF authentication correct setup
-
After sending a test email with Check & Log Email the email test returns a score of 96 and three things to address.
One of the issues is landing emails in the spam folder. It deals with SPF and the stated issue is as follows:
Your “from” address does not match your SPF “from” addressIn the Check & Log Email from address field I only used address that have been Authorized at account.mailpoet.com
The only thing I can think of that may be causing the issue is an incorrectly written SPF record.
In the follow, can you point out my error if incorrect? Would the other record conflict:1.
TYPE: TXT Record
HOST: @
VALUE: v=spf1 a:include:spf.example.com a:include:spf.sendingservice.net ~all2.
TYPE: TXT Record
HOST: agle
VALUE: v=spf1 include:sendgrid.net ~all3.
TYPE: MX Record
HOST: @
VALUE: mx1.example.com4.
TYPE: MX Record
HOST: @
VALUE: mx2.example.com5.
TYPE: MX Record
HOST: agle
VALUE: mx.sendgrid.net
PRIORITY: 1
- The topic ‘SPF authentication correct setup’ is closed to new replies.