WHAT IS ACRELIA NEWS?
Email marketing platform with everything you need to design, send campaigns, and perform upmost efficient tracking
SIGN UP NOWA Sender Policy Framework (SPF) record is an authentication protocol that validates that a message has been sent from an IP address authorized by the sender, helping to prevent fraudulent use of their subscriber list.
The SPF protocol uses a text file hosted in the DNS (Domain Name System) of the sender's domain. It's a line of code that specifies which machines are under that IP and can send messages with that domain name. The registrar can facilitate the setup from their control panel, or it can be done manually.
The resulting code typically looks like this: [yourdomain.com]. IN TXT "v=spf1 mx ptr ~all"
You can also explicitly specify an IP address, which would look something like: v=spf1 ip4:[yourIP] ~all
The "all" portion indicates that all other IP addresses are not valid and should be rejected.
The authentication process according to the SPF protocol is a standard procedure that follows these steps:
To check if you have your SPF record properly configured, you can look for the code in the header of your last newsletter.
Specifying to incoming mail servers which domains to accept and which to reject is a good practice for three reasons: