SMTPリレー

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.