我正在尝试在Redmine中配置电子邮件通知。我使用的电子邮件服务器是Godaddy.com(它是来自cPanel的电子邮件,我使用提供的用户名密码使用outlook访问它)。
这是我在configuration.yml文件http://prntscr.com/8qgp63
中的配置这是我从godaddy http://prntscr.com/8qgpu3
得到的我试了很多天但真的不知道我在哪里做错了。
答案 0 :(得分:0)
所以我通过添加enable_starttls_auto:false
来解决这个问题见下面的代码
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: mail.example.com
enable_starttls_auto: false
port: 25
domain: example.com
authentication: :login
user_name: zeshan@example.com
password: mypassword