SendGrid で email 環境整備
SendGrid でメール配信環境
主に監視とかの通知目的で設定。自分で作ったアプリケーションの認証にメールが使えるようになる(いっそパスワード覚えなくていいようになる)
prepare your domainname
Sign Up to SendGrid
- I chose free plan
- need to subscribe with your domain name info
- email will come from support team, and you need to prove that you are the legitimate owner of the domainname.
- In my case, I put the word “SendGrid” in my web site under the domain.
test with library
- I did with ruby library, and I could send email very simply
Enhance Trustability and Reliability
- Domain Whitelabel: enables you to send from your own domain
- Domain Whitelabel機能は、メールの到達率に大きな影響を与える送信ドメイン認証(SPFとDKIM)の独自ドメイン設定を支援する機能です。
- 信頼性および到達率が向上する
- Gmailなど一部のメールクライアントで「~経由」の表示が消える場合がある
- Domain Whitelabel機能は、メールの到達率に大きな影響を与える送信ドメイン認証(SPFとDKIM)の独自ドメイン設定を支援する機能です。
- Email Links Whitelabel: enables you to use your domain when you track “click event” with your own domain.
- クリックトラッキング機能を有効にすると、メール本文内のURLはクリックイベントの収集のため、SendGridドメインのトラッキングURLに自動的に置換されます。Email Link Whitelabel機能を利用すると、このドメインを独自ドメインに変更することができます。
- 信頼性および到達率が向上する
- 迷惑メールフィルタの制限を回避できる場合がある
- クリックトラッキング機能を有効にすると、メール本文内のURLはクリックイベントの収集のため、SendGridドメインのトラッキングURLに自動的に置換されます。Email Link Whitelabel機能を利用すると、このドメインを独自ドメインに変更することができます。
- IP Whitelabel: cannot apply with free plan (need to subscribe Silver plan)
- Domain Whitelabel: enables you to send from your own domain
API Key usage convention
- one apikey for one system, one server, or one application
- restrict permission to minimal
System Notification from my FreeNAS server