Email Notification is not working
Added by mohd sawad about 14 years ago
Hi all,
I have configured email notification for the redmine, and it was working fine. But now, when i try to send a test email it gives the following error:
"An error occurred while sending mail (Connection timed out - connect(2))"
Please help
here is my email.yml file:
production:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: :true
address: smtp.gmail.com
port: 587
domain: smtp.gmail.com # 'your.domain.com' for GoogleApps
authentication: :plain
tls: :true
user_name: me@gmail.com
password: password
Replies (2)
RE: Email Notification is not working - Added by Felix Schäfer about 14 years ago
What have you changed in the meantime? Have you upgraded ruby, rails, redmine or anything else in there?
The error tells you everything you need to know though, that the box redmine runs on can't connect to gmail, for everything after that, your guess is as good as mine.
RE: Email Notification is not working - Added by Alexandre FABRY over 13 years ago
Hi,
I have the same problem, so if you have solve can you help me ?
Thanks you