Help needed while configuring redmine
Added by saurabh agarwal over 15 years ago
Hi ,
I am getting the following error while configuring redmine to send mail :
"An error occurred while sending mail (Connection refused - connect(2))"
Here is my config file:
- Outgoing email settings
production:
delivery_method: :smtp
smtp_settings:
address: mail.limedomains.net
port: 25
domain: eganglion.com
authentication: :login
user_name: "admin@eganglion.com"
password: "something"
development:
delivery_method: :smtp
smtp_settings:
address: mail.limedomains.net
port: 25
domain: eganglion.com
authentication: :login
user_name: "admin@eganglion.com"
password: "something"
Please help how can I trace the issue.
Thanks & regards
Saurabh