LoginSignup
0
1

More than 5 years have passed since last update.

Redmineの登録と更新が遅い件

Last updated at Posted at 2018-05-09

Docs » インストールガイド » » メールの設定例

非同期送信を利用する場合は、SMTPの設定を指定するには smtp_settings ではなく async_smtp_settings を使用します:

/path/to/configuration.yml
development:
  email_delivery:
    delivery_method: :async_smtp
    async_smtp_settings:  # smtp_settings ではありません
      address: ...
      port: ...
    ...
0
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
0
1