Defect #9996
closedconfiguration.yml in documentation , but redmine ask me to create email.yml
0%
Description
documentation says, that it is need to create configuration.yml
http://www.redmine.org/projects/redmine/wiki/EmailConfiguration
I created:
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
tls: true
enable_starttls_auto: true
address: "smtp.gmail.com"
port: '587'
domain: "smtp.gmail.com"
authentication: :plain
user_name: "***"
password: "***"
But my redmine version 1.3.0 says:
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.
Files
Updated by Etienne Massip almost 13 years ago
I guess you're not running Redmine 1.3.0, 1.3 really does not care about email.yml.
Please post details according to SubmittingBugs.
Updated by Filou Centrinov over 11 years ago
- File pl.yml.patch pl.yml.patch added
- Category set to Translations
This message has to be anywhere in the translations. I checked all translations and only pl.yml still uses a wrong translation with "email.yml", like fa.yml does it about one year ago. Therefore we can close this issue after this patch was applied.
Updated by Filou Centrinov over 11 years ago
- Target version set to Candidate for next minor release
Updated by Filou Centrinov over 11 years ago
- Target version changed from Candidate for next minor release to 2.4.0
It's just a simple translation patch, therefore I hope you agree that this patch is warrantable to be fixed in the next release.
Updated by Toshi MARUYAMA over 11 years ago
- Target version changed from 2.4.0 to 2.3.2
Updated by Jean-Philippe Lang over 11 years ago
- Status changed from New to Closed
- Resolution set to Fixed