SMTP 릴레이
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/smtp-relay/" 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/smtp-relay/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/smtp-relay/)
Use the native HTML custom element.
SMTP 릴레이는 애플리케이션의 발신 이메일을 수신하여 발신자를 대신해 수신자의 메일 서버로 전달하는 중간 [[mail-server|메일 서버]]입니다. 트랜잭션 이메일 서비스(SendGrid, Postmark, AWS SES)는 SMTP 릴레이로 운영되며, 확립된 전송 평판, 배달 분석, 반송 처리 기능이 있는 전용 IP를 제공합니다. SMTP 릴레이를 사용하려면 도메인의 [[spf-record|SPF 레코드]]에 릴레이의 IP 범위나 include 메커니즘을 추가하고, 릴레이 제공업체를 통해 [[dkim|DKIM]] 서명을 구성하여 커스텀 도메인에서의 인증된 배달을 보장해야 합니다.
예시
A Django application uses SendGrid as an SMTP relay: outbound mail authenticates as [email protected], passes through SendGrid's high-reputation IPs, and arrives in inboxes rather than spam — with full open/click tracking in the dashboard.