Render25 — High-performance transactional email platform. Now available.
DNS

SPF Setup

Configure an SPF (Sender Policy Framework) DNS record to authorize Render25 to send email on behalf of your domain.


What is SPF?

SPF is a DNS TXT record that lists which mail servers are authorized to send email from your domain. Receiving servers check this record to detect spoofing. Without it, emails from Render25 may be marked as spam or rejected outright.

Add SPF Record

Add the following TXT record to your domain's DNS:

TypeHostValue
TXT@v=spf1 include:spf.render25.com ~all

Existing SPF record?

If you already have an SPF record, add include:spf.render25.com to it rather than creating a second TXT record. Only one SPF record per domain is allowed.

If you already have an SPF record

Merge the include into your existing record:

Before
v=spf1 include:sendgrid.net ~all
After (merged)
v=spf1 include:sendgrid.net include:spf.render25.com ~all

Verify SPF

After adding the record, wait for DNS propagation (usually 5–30 minutes), then verify from the Render25 dashboard under Settings → Domains → {your-domain} → DNS Status.

Or use the command line:

bash
dig TXT yourdomain.com | grep spf