我可以在 Redmine 中使用 gmail smtp 发送电子邮件。但是当我使用 out smtp 服务时,得到错误:500 Unrecognized command。有一个 crontab 发送电子邮件也使用相同的 smtp 服务邮件,但它工作得很好。configuration.yml 中的电子邮件配置如下:
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: "mail.topxia.net"
port: 25
authentication: :login
domain: 'mail.topxia.net'
user_name: 'user'
password: 'mypassword'
在 commond 中运行“telnet mail.topxia.net 25”,结果为:
Trying 127.0.1.1...
Connected to topxia.net.
Escape character is '^]'.
220 howzhi.net ESMTP Haraka 1.2.1 ready
我不知道这有什么问题!任何人都可以帮助我吗?谢谢!