Email configuration
Added by john adamson almost 16 years ago
Dear all,
I've setup my email.yml file to contain the following:
# Outgoing email settings
production:
delivery_method: :smtp
smtp_settings:
address: Redmine@mycompany.com
port: 25
domain: emailserver.mycompany.local
and I get to see the 'Email notifications' page under Settings.
However, when I try to send a test email I get the error:
X An error occurred while sending mail (getaddrinfo: no address associated with hostname.)
Any idea why this might be?
Kind Regards,
John
Replies (2)
RE: Email configuration
-
Added by andy copsey almost 16 years ago
The address needs to be the name or ip address of your mail server.
Cheers
Coppo
RE: Email configuration
-
Added by john adamson almost 16 years ago
That's it. Perfect.
Thank you Coppo.