2
1

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 5 years have passed since last update.

[Heroku] Errno::ECONNREFUSED (Connection refused - connect(2) for "localhost" port 25):

Last updated at Posted at 2019-04-26

■ 問題

Action Mailerを使用しメール送信機能の実装
development環境では成功したが、本番環境(heroku)では上記エラーのため失敗

■ 解決(問題が起きた理由)

Mailerの設定をdevelopment.rbだけでなくproduction.rbにも記載する(production.rbの設定し忘れ)

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?