设置 Redmine 外发电子邮件时出错
我无法在 Redmine 1.0.3 上设置电子邮件通知。当我尝试发送测试邮件时,出现以下错误:
发送邮件时发生错误(getaddrinfo:存储控制块已损坏。)
我的 email.yml 如下 如果
production:
delivery_method: :smtp
smtp_settings:
tls: true
enable_starttls_auto: true
address: "smtp.gmail.com"
port: '587'
domain: "smtp.gmail.com"
authentication: :plain
user_name: [email protected]
password: PASSWORD
对此有任何帮助,我将不胜感激。
I am unable to setup email notifications on Redmine 1.0.3. I get following error when I ry sending a test mail:
An error occurred while sending mail (getaddrinfo: The storage control blocks were destroyed. )
My email.yml is as follows
production:
delivery_method: :smtp
smtp_settings:
tls: true
enable_starttls_auto: true
address: "smtp.gmail.com"
port: '587'
domain: "smtp.gmail.com"
authentication: :plain
user_name: [email protected]
password: PASSWORD
Will appreciate any help on this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载以下插件并安装。
它将
帮助您解决问题。
Download following plugin and install it.
https://github.com/collectiveidea/action_mailer_optional_tls
It will help you to resolve the issue.