Kev*_*lan 4 smtp redmine amazon-web-services
是否有人成功配置了 redmine 安装以通过 Amazon SES SMTP 发送邮件?
我的设置是:
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
tls: true
enable_starttls_auto: true
address: email-smtp.us-east-1.amazonaws.com
port: 465
domain: example.com
authentication: :plain
user_name: ***
password: ***
Run Code Online (Sandbox Code Playgroud)
当我尝试通过 redmine 设置发送测试电子邮件时,它只是超时,日志或任何内容中都没有明显的错误。
请注意,如果我删除该enable_starttls_auto: true行,这也是一样的。
我已经能够使用authentication: :login.
这是完整的设置:
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: email-smtp.us-east-1.amazonaws.com
port: 587
domain: mydomain.com
authentication: :login
user_name: credentials_username
password: credentials_password
Run Code Online (Sandbox Code Playgroud)
还有一点要注意:我的 Redmine 没有设置在“mydomain.com”中。
| 归档时间: |
|
| 查看次数: |
4109 次 |
| 最近记录: |