email.yml.example
21 lines
| 442 B
| text/plain
|
TextLexer
/ config / email.yml.example
|
r1611 | # Outgoing email settings | ||
production: | ||||
delivery_method: :smtp | ||||
smtp_settings: | ||||
|
r1763 | address: smtp.example.net | ||
|
r1611 | port: 25 | ||
|
r1763 | domain: example.net | ||
|
r1611 | authentication: :login | ||
|
r2496 | user_name: "redmine@example.net" | ||
password: "redmine" | ||||
|
r1611 | |||
development: | ||||
delivery_method: :smtp | ||||
smtp_settings: | ||||
address: 127.0.0.1 | ||||
port: 25 | ||||
|
r1763 | domain: example.net | ||
|
r1611 | authentication: :login | ||
|
r2496 | user_name: "redmine@example.net" | ||
password: "redmine" | ||||