SPF is an email authentication method supported globally that prevents spoofing and spamming. This is done by adding an SPF TXT record in your DNS record, so the email sent from your domain can be verified.
Creating an SPF Record for AuthSMTP
Here are the steps to set up SPF for AuthSMTP:
Login to your DNS management console
Navigate to Tools & Settings > DNS Template
You need to edit the DNS TXT record related to SPF
An SPF TXT record for AuthSMTP will have the following syntax:
mydomain.com TXT v=spf1 include:authsmtp.com ~all
Publish this record in your DNS records section for your respective domain.
Note: If you don’t have an SPF record previously for your domain, simply publish the above-mentioned record to enable SPF for outgoing emails using AuthSMTP. If you do have an existing SPF record in your DNS, you need to modify it to include AuthSMTP, as shown below:
Previous SPF record: v=spf1 mx -all
Modified SPF record: v=spf1 mx include:authsmtp.com ~all
Save changes
Wait for 24-48 hours to allow your DNS to process the changes
Finally, you can look up your record using our SPF record lookup tool, and enable DMARC for your domains: take a DMARC trial.