Project

General

Profile

problem with email

Added by Cxxxx Mxxxxx about 12 years ago

Hi @all

In /etc/redmine/default/email.yml i configured like that like that:

production:
  delivery_method: :smtp
  smtp_settings:
    address: mail.blub.com
    port: 25
    domain: blub.com
    authentication: :login
    user_name: redmine@blub.com
    password: secret

development:
  delivery_method: :smtp
  smtp_settings:
    address: mail.blub.com
    port: 25
    domain: blub.com
    authentication: :login
    user_name: redmine@blub.com
    password: secret

In my opinion everything should be right, but Redmine shows the following message:

Email delivery is not configured, and notifications are disabled.
Configure your SMTP server in /etc/redmine/<instance>/email.yml and restart the application to enable them.

I checked the redmine handbook and several tutorials, but cant find something wrong. Any ideas??