SPF记录
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/spf-record/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/spf-record/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/spf-record/)
Use the native HTML custom element.
SPF(发件人策略框架)记录是一种[[txt-record|TXT记录]],用于指定哪些邮件服务器有权代表域名发送电子邮件。SPF允许接收服务器验证发件人的合法性,从而防止电子邮件欺骗。
示例
The SPF record 'v=spf1 include:_spf.google.com ~all' means only Google's servers are authorized to send email for your domain.