Redmine2.1.2 メール送信設定時のエラー

Redmineをアップグレードしてみたが、画面上では下記メール送信のエラー。
[bash]
hostname was not match with the server certificate
[/bash]

ポイントは、enable_starttls_auto: false を付け足すこと。
まあ、それぞれの環境のsmtpサーバの設定によるのだけどね。

[bash]
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: "smtp.whoocus"
port: 25
authentication: :none
enable_starttls_auto: false
domain: ‘whoocus.com’
[/bash]

This entry was posted in CentOS, Ruby, 技術情報. Bookmark the permalink.

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です