SPF records are DNS records that indicate a specific mail server is legitimately sending mail for a domain name.
Without a valid SPF record mail sent by Sitewrench, like forms notifications, will likely be marked as SPAM and may not even be delivered.
Depending on your DNS provider, you will create either a SPF or TXT record. The IP addresses to include are:
ip4:203.55.21.129 ip4:50.31.40.174 ip4:50.31.36.174
Here is a sample valid SPF record:
v=spf1 a mx ip4:203.55.21.129 ip4:50.31.40.174 ip4:50.31.36.174 ~all
While the above is just an example and what we use for most clients, it would allow our system to send mail on your behalf. Please note that this could limit other mail functionality you may have in place. Be sure you check with your IT / DNS provider or our support team if you have any questions. If you are unsure if this record exists, or how to create it, please start a conversation with us and we'll be glad to help out.
