Defect #11373
closed
Added by Vincent Lee over 12 years ago.
Updated over 12 years ago.
Category:
Email notifications
Description
发送邮件时发生错误 (501 command argument is not acceptable )
Redmine installation info:bitnami-redmine-2.0.3-1-windows-installer.exe
Clearly there is not enough information, please check your production.log
and give details according to SubmittingBugs.
It's very likely that there is a problem with your email configuration, though.
- Status changed from New to Resolved
I resolved the notification error by editing apps\redmine\htdocs\config\configuration.yml like below:
# default configuration options for all environments
default:
# Outgoing emails configuration (see examples above)
email_delivery:
delivery_method: :smtp
smtp_settings:
# arguments: "-i"
address: "10.192.1.1"
port: 25
domain: "xxx.com.cn"
authentication: :login
user_name: "user1"
password: "123456"
enable_starttls_auto: true
Another problem is :
i can't find redmine logs,the apps\redmine\htdocs\log\production.log does not help very much!
- Status changed from Resolved to Closed
- Resolution set to Invalid
Also available in: Atom
PDF