SPF Records
Amazon says that "to maximize deliverability, use "-all" and add a record for each IP address.".
http://docs.aws.amazon.com/ses/latest/DeveloperGuide/spf.html
Do they mean their ip address such as 54.240.8.29 or the ip address of the server (in our case, where sendy is installed) ?
This discussion has been closed.
Comments
Hi @scalar,
Amazon meant that if you used
-all
instead of~all
, you'd need to add a new TXT record for other servers you're sending from if you don't want your emails to be rejected by ISPs. If you don't send emails from other servers with the same email address you used for sending emails with SES, then you can disregard this.Ben