2008-07-04 22:55:45 +04:00
|
|
|
# Outgoing email settings
|
|
|
|
|
|
|
|
production:
|
|
|
|
delivery_method: :smtp
|
|
|
|
smtp_settings:
|
2008-08-25 20:35:20 +04:00
|
|
|
address: smtp.example.net
|
2008-07-04 22:55:45 +04:00
|
|
|
port: 25
|
2008-08-25 20:35:20 +04:00
|
|
|
domain: example.net
|
2008-07-04 22:55:45 +04:00
|
|
|
authentication: :login
|
2008-08-25 20:35:20 +04:00
|
|
|
user_name: redmine@example.net
|
2008-07-04 22:55:45 +04:00
|
|
|
password: redmine
|
|
|
|
|
|
|
|
development:
|
|
|
|
delivery_method: :smtp
|
|
|
|
smtp_settings:
|
|
|
|
address: 127.0.0.1
|
|
|
|
port: 25
|
2008-08-25 20:35:20 +04:00
|
|
|
domain: example.net
|
2008-07-04 22:55:45 +04:00
|
|
|
authentication: :login
|
2008-08-25 20:35:20 +04:00
|
|
|
user_name: redmine@example.net
|
2008-07-04 22:55:45 +04:00
|
|
|
password: redmine
|