This topic is not relevant if your nameservers are configured and pointing to ours.
An SPF (Sender Policy Framework) record is a DNS TXT record that specifies which mail servers are authorized to send emails on behalf of a domain.
Why use SPF?
Required by Email Providers – Many email services, including Google and our own, strongly recommend or require SPF to improve email authentication and deliverability.
Enhances Domain Security – Strengthens your domain’s email authentication, making it harder for hackers to exploit.
Improves Email Deliverability – Ensures your emails are recognized as legitimate, reducing the chances of being marked as spam.
Add SPF record
Add a DNS TXT record with the following value at your domain's registrar.
Type | Name | Value |
TXT | @ | v=spf1 include:mailgun.org ~all |