Add an SPF record

I need to add an SPF record in Cloudflare to avoid emails going to spam. How do I do that?

To add an SPF record in Cloudflare, follow these steps:

  1. Go to your Cloudflare dashboard and select the domain you wish to work with.
  2. Navigate to the DNS app of the cloudflare dashboard.
  3. Click on “+ Add record”.
  4. Select ‘TXT’ from the ‘Type’ dropdown menu.
  5. Enter your domain name in the ‘Name’ field.
  6. In the ‘Content’ field, input your SPF record (e.g., “v=spf1 mx -all”).
  7. Set TTL as ‘Automatic’.
  8. Click on ‘Save’.

Make sure to replace “v=spf1 mx -all” with your actual SPF record. If you’re unsure about what your SPF record should be, consult with your email service provider.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.