开发者

Error setting up Redmine outgoing email

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 d开发者_如何学运维estroyed. )

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: mymail@mydomain.com
    password: PASSWORD

Will appreciate any help on this.


Download following plugin and install it.

https://github.com/collectiveidea/action_mailer_optional_tls

It will help you to resolve the issue.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜