Set up SPF for MailNesto
SPF authorizes MailNesto to send on your domain’s behalf.
Step-by-step
- In your DNS provider, edit the existing SPF TXT record for your root domain (e.g., example.com).
- If one exists, append: include:mailnesto.com before the ~all or -all mechanism.
- If no SPF exists, create:
v=spf1 include:mailnesto.com ~all
Only one SPF TXT record is allowed per domain. Combine mechanisms into a single record.