Project

General

Profile

Problem with Redmine Notifications

Added by Rafapater _ over 10 years ago

Hi,

I have a problem with redmine email notifications, because I work in a internal network that use a proxy server to access to internet.
My email configuration in configuration.yml is:

  1. default configuration options for all environments
    default: # Outgoing emails configuration (see examples above)
    email_delivery:
    delivery_method: :smtp
    smtp_settings:

    address: smtp.gmail.com
    port: 587
    domain: example.net
    authentication: :login
    user_name:
    password: 123456

When I try to send a test mail I got the following error:

"Ha ocurrido un error mientras enviando el correo (421 Cannot connect to SMTP server 173.194.78.109 (173.194.78.109:587), NB connect error 1460 )"

My problem is that I don´t know to configure redmine internet access by my proxy server.

Any ideas?

I don´t know if I´ve explained very well my problem because my English is bad, sorry.

Thanks