Defect #9996
configuration.yml in documentation , but redmine ask me to create email.yml
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Translations | |||
Target version: | 2.3.2 | |||
Resolution: | Fixed | Affected version: | 1.3.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.
History
#1
Updated by Etienne Massip over 10 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.
#2
Updated by Jean-Philippe Lang over 10 years ago
Are you using "fa" language ?
#3
Updated by Filou Centrinov about 9 years ago
- File 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.
#4
Updated by Filou Centrinov about 9 years ago
- Target version set to Candidate for next minor release
#5
Updated by Filou Centrinov about 9 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.
#6
Updated by Toshi MARUYAMA about 9 years ago
- Target version changed from 2.4.0 to 2.3.2
#7
Updated by Jean-Philippe Lang about 9 years ago
- Status changed from New to Closed
- Resolution set to Fixed