开发者

Error setting up Redmine outgoing email

开发者 https://www.devze.com 2023-01-30 09:51 出处:网络
I am unable to setup email notifications on Redmine 1.0.3. I get following error when I ry sending a test mail:

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

精彩评论

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