2015-10-12 17 views
0

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

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

配置而这是我从GoDaddy的http://prntscr.com/8qgpu3

了我试过了很多天,但真的不知道我在做错误。

+0

你可能想改变你的电子邮件密码在你的屏幕截图,这是相当不错至今清晰可辨。 –

回答

0

所以我固定,通过增加enable_starttls_auto:假

请参见下面的代码

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: [email protected] 
    password: mypassword