6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

システムからメール送信するときのメール配信サービスを列挙

Posted at

システムからメール送信をするため、メール配信サービスを調査したので列挙します。

当初は、Amazon SESの利用を検討していましたが、
バウンスメールの処理を独自実装しないといけないため、
他のサービスを検討することとなりました。

AWSのSESでバウンスメール(bouncemail)対策。3つの方法とメリット・デメリット
AWS SESでバウンスメールをハンドリングしてみた

ちなみにLaravelドキュメントで触れられているサービスは、
バージョンによって地味に変わっています。

5.7

MailgunとSparkPostなどAPIベースドライバはシンプルでSMTPサーバよりも高速です。

5.8

MailgunとSparkPost、Postmarkなど、APIベースドライバはシンプルでSMTPサーバよりも高速です。

6.x

MailgunとPostmarkなど、APIベースドライバはシンプルでSMTPサーバよりも高速です。

Mailgun

いますぐ使う Mailgun

以下の理由で却下

  • RFC準拠していないメドに容赦ない
  • 単純にAmazon SESの4倍くらい高価

Postmark

このサービスは、トランザクションメールにのみ利用できるというポリシーのようで、今回のメール配信内容としてはマーケティングメールに当たるため、却下

トランザクションメールとマーケティングメールの違いとは?

SendGrid

今回はSendGridで要望を満たせたため、こちらを採用しました。

  • マーケティングメールでも利用可能
  • バウンス処理をしてくれる
  • 無料枠が大きい(12,000通/月)

6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?