Sender Policy Framework (SPF) is an email standard that fights email address forgery and makes it easier to identify spam, worms, and viruses. SPF is gaining wide recognition as an acceptable way to fight spam and authenticate the identity of email senders. SPF is a way to validate an email's From Address against the server that sent the email.
Publishing SPF Records with JangoMail:
To publish an SPF record, you simply need to add a TXT record to the Domain Name System (DNS) for the domain used in your From Email Address.
Condition 1:
If your From Address domain is only used by JangoMail (Example: You have set up a custom subdomain, such as news.yourdomain.com specifically for use with your JangoMail account, which will not be used with your mail server or webserver)
Then use the following value for the TXT record for your From Address's domain:
v=spf1 include:jangomail.com -all
Condition 2:
If your From Address domain is used by JangoMail and by your organization (Example: You are using your existing email address assigned to you by your organization, such as FirstName.LastName@yourdomain.com)
If your domain administrator has not already published a SPF record for your organization's domain, he/she should do so immediately. The record should reflect the internal email server setup of your organization. To add JangoMail's network to the allowed list of senders for your domain, ADD (do not replace) the following value to your already existent SPF record:
include:jangomail.com
For example, if your From Address is betty.joe@bakersdozen.com, and the SPF record for bakersdozen.com already exists as:
v=spf1 a mx -all
Then it should be modified to:
v=spf1 include:jangomail.com a mx -all
A message with great content does nothing if it doesn't reach the inbox! |
|
Comments
0 comments
Article is closed for comments.