{#if spfRecords && spfRecords.length > 0}
SPF specifies which mail servers are authorized to send emails on behalf of your domain. Receiving servers check the sender's IP address against your SPF record to prevent email spoofing.
{spf.domain}
{#if index > 0}
Included
{/if}
-all for better security with some
old mailbox providers.
{:else if spf.all_qualifier === "~"}
Unauthorized servers will softfail. Consider using -all for stricter policy, though this rarely affects legitimate
email deliverability.
{:else if spf.all_qualifier === "+"}
All servers are allowed to send email. This severely weakens
email authentication. Use -all for strict policy.
{:else if spf.all_qualifier === "?"}
No statement about unauthorized servers. Use -all for strict policy to prevent spoofing.
{/if}
{spf.record}