email.yml.example
21 lines
| 434 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 | ||
|
r1763 | user_name: redmine@example.net | ||
|
r1611 | password: redmine | ||
development: | ||||
delivery_method: :smtp | ||||
smtp_settings: | ||||
address: 127.0.0.1 | ||||
port: 25 | ||||
|
r1763 | domain: example.net | ||
|
r1611 | authentication: :login | ||
|
r1763 | user_name: redmine@example.net | ||
|
r1611 | password: redmine | ||