redmine Email delivery error: Net::ReadTimeout

好吧,创建一个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

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。