To add an SPF record for your domain, follow these organized steps:
-
Domain Name: Enter your main domain name with a trailing dot to clearly indicate the root domain.
Example:example.com.
-
Record Type: Select "TXT" from the available options.
-
Time To Live (TTL): Set the TTL to 1200 seconds, which is approximately 20 minutes.
-
Priority and Weight: Leave both fields at 0 as they are not necessary for SPF records.
-
SPF Record String: Enter the record starting with
v=spf1
, followed by the appropriate mechanisms and IP addresses.
Example:v=spf1 +a +mx +ip4:198.187.31.8 ?all
-
Port Information: Leave this field blank or set it to 0, as SPF records do not apply to ports.
Final SPF Record Format:
Name: example.com.
Type: TXT
TTL: 1200 seconds
Priority: 0
Weight: 0
Record: v=spf1 +a +mx +ip4:198.187.31.8 ?all