Defect #2483 » email.yml
1 |
# Outgoing email settings
|
---|---|
2 |
production: |
3 |
delivery_method: :smtp |
4 |
smtp_settings: |
5 |
address: mail.xxx.com |
6 |
port: 25 |
7 |
domain: xxx.com |
8 |
authentication: :login |
9 |
user_name: pm |
10 |
password: xxxxxxx |
11 |
|
12 |
development: |
13 |
delivery_method: :smtp |
14 |
smtp_settings: |
15 |
address: 127.0.0.1 |
16 |
port: 25 |
17 |
domain: example.net |
18 |
authentication: :login |
19 |
user_name: redmine@example.net |
20 |
password: redmine |