Project

General

Profile

email notifications

Added by Dimitris l almost 11 years ago

hi, I am having a problem with email notifications. I installed redmine and sendmail.
The code of the configuration.yml:

production:
delivery_method: :sendmail

no defaults, just those 2 lines.
I restarted apache and got message:
Email delivery is not configured, and notifications are disabled.
Configure your SMTP server in config/configuration.yml and restart the application to enable them.
The sendmail works fine. I have tested.
I think that redmine can't read the configuration file (permissions of the conf directory is -R 755) , for some reason. In addition, there is no "40-mail.rb" file.

Any ideas? Thank you!