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.