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