码迷,mamicode.com
首页 > Web开发 > 详细

redmine Email delivery error: Net::ReadTimeout

时间:2014-09-15 19:32:39      阅读:610      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   使用   ar   strong   art   sp   log   

好吧,创建一个redmine,在配置邮件的时候sendmail 可以通过,smtp 25端口可以通过,但使用SSL465 端口说什么也过不去

报错Email delivery error: Net::ReadTimeout


找样例找不到,有关于tls的,用不到。

最后配置如下,竟然是如此简单,注意红字部分

    delivery_method: :smtp
    smtp_settings:


      address: smtp.exmail.qq.com
      ssl: true
      port: 465
      #enable_starttls_auto: false
      domain: exmail.qq.com
      authentication: :login
      user_name: xxxx@xxx
      password: xxx

redmine Email delivery error: Net::ReadTimeout

标签:style   color   io   使用   ar   strong   art   sp   log   

原文地址:http://blog.csdn.net/reaper1022/article/details/39296205

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!