Validate Sender Email on Cloudflare
If you manage your DNS via Cloudflare, follow these steps:
Step 1: Open DNS Management
Log in to Cloudflare Dashboard.
Select your domain.
Navigate to the DNS → Records section.
Step 2: Add DKIM Record
Click Add Record.
Type: TXT
Name: Paste the DKIM host name (e.g.,
bssemail._domainkey
).Content: Paste the DKIM value from your app.
TTL: Auto
Click Save.
Step 3: Add SPF Record
Add another TXT record.
Name:
@
Content: Paste the SPF record (e.g.,
v=spf1 include:mailgun.org ~all
).Click Save.
⚠️ Tip: If an SPF record already exists, simply add
include:mailgun.org
before~all
— don’t create a duplicate SPF entry.
Step 4: Verify
Once added, return to your app and click Verify. Cloudflare updates are usually fast — your status should show Verified within a few minutes.
💬 Need Help?
If verification doesn’t complete within 24 hours:
Double-check that your Host and Value fields match exactly.
Confirm you didn’t create duplicate SPF records.
Contact our support team at [email protected] or via Live Chat — we’ll walk you through the setup.
Last updated
Was this helpful?