8
3

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 1 year has passed since last update.

メールが機能しない(herokuとsendgridを使用)

Last updated at Posted at 2022-10-12

herokuとsendgridをを用いてメール機能のあるアプリを作りました。
自分のメールボックス宛にメールを送りましたが、以下のようなエラーになりました。
スクリーンショット 2022-10-12 12.02.23.png

heroku logs -tail で調べたところ、

Error: Couldn't find that app.

Error ID: not_found

上記のような記載がありました。
これを見てもエラーの内容が分かりませんでした。
heroku logs で調べたところ、

[2022-10-08T02:40:38.228942 #4] FATAL -- : [c68a1a18-b33a-4ab0-8d88-8e306a43142e]
2022-10-08T02:40:38.228972+00:00 app[web.1]: [c68a1a18-b33a-4ab0-8d88-8e306a43142e] Net::SMTPFatalError (550 The from address does not match a verified Sender Identity. Mail cannot be sent until this error is resolved. Visit https://sendgrid.com/docs/for-developers/sending-email/sender-identity/ to see the Sender Identity requirements

以上のようなエラーログが出ました。

このエラーログをもとに検索したところ、

参考記事

上記のような記事が出てきたため、記事の通り改善を行いました。
具体的な内容は、Single Sender Verificationの「VERIFIED」カラムに「×」マークが表示されており、まだ差出人情報の認証が完了していませんでした。そのため認証メールを再送してもらい、認証を完了させました。
その後、もう一度アプリに戻り、情報を登録したところ、エラーなく、メールがメールボックスに送られるようになっていました。

8
3
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
8
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?