Project

General

Profile

Send Email Error (getaddrinfo: The system cannot find the file specified. )

Added by Bartosz P about 12 years ago

Hello,

I'm trying to setup email notification on redmine and I'm getting all time error "An error occurred while sending mail (getaddrinfo: The system cannot find the file specified. )".

Redmine is setup on IIS from Helicon Zoo repository so redmine version 1.2.1 stable(SQLLite).

Now when I install redmine same way on my local machine I don't get any error when setup my gmail account, I even copy paste my configuration.yml from local machine to server.

Problem might be that my server is using proxy on port 8080 ( and do to that proxy my rails installation was done manulay not from repository ).

So my qestion is it really proxy problem if yes how can I setup email notification?

default: # Outgoing emails configuration (see examples above)
email_delivery:
delivery_method: :smtp
smtp_settings:
tls: true
address: smtp.gmail.com
port: 587
domain: smtp.gmail.com
authentication: :plain
user_name:
password: password
enable_starttls_auto: true