[Solved] Email notifications don't work
Added by Kaarthiga Manoharan over 13 years ago
Hi,
I tried to enable email notifications but it doesn't seem to work.. Only test email works.. I am using a remote SMTP server on which relaying is enabled for the Redmine server..
Following is the email.yml file:
production:
delivery_method: :smtp
smtp_settings:
address: ccc.yyy.com
port: 25
#domain: yyy.com
#authentication: :login
#user_name: redmine@yyy.com
#password: secret
Following message is seen in production.log:
Sending email notification to: xxx@yyy.com,abc@yyy.com
Sent mail to redmine@yyy.com, xxx@yyy.com,abc@yyy.com
The following error occured while sending email notification: "550 5.7.1 Unable to relay
". Check your configuration in config/email.yml.
Any help is appreciated.
Replies (1)
RE: Email notifications don't work
-
Added by Kaarthiga Manoharan over 13 years ago
The error was because one of the email id's didn't exist..