To check your SPF records, you can use various online tools or command-line utilities. Here’s a simple method:
Go to an online SPF record checker. Enter your domain name in the provided field. Click on the "Check SPF Record" button to see the results.
You can also use command-line tools like nslookup or dig: nslookup -type=txt yourdomain.com This command will return all TXT records for your domain, including the SPF record.