Godaddy用redmine设置电子邮件

时间:2015-10-12 14:31:18

标签: ruby-on-rails redmine redmine-plugins

我正在尝试在Redmine中配置电子邮件通知。我使用的电子邮件服务器是Godaddy.com(它是来自cPanel的电子邮件,我使用提供的用户名密码使用outlook访问它)。

这是我在configuration.yml文件http://prntscr.com/8qgp63

中的配置

这是我从godaddy http://prntscr.com/8qgpu3

得到的

我试了很多天但真的不知道我在哪里做错了。

1 个答案:

答案 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