我无法在 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: mymail@mydomain.com
password: PASSWORD
将不胜感激任何帮助。