999d47f986
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1764 e93f8b46-1217-0410-a6f0-8f06a7374b81
22 lines
434 B
Plaintext
22 lines
434 B
Plaintext
# Outgoing email settings
|
|
|
|
production:
|
|
delivery_method: :smtp
|
|
smtp_settings:
|
|
address: smtp.example.net
|
|
port: 25
|
|
domain: example.net
|
|
authentication: :login
|
|
user_name: redmine@example.net
|
|
password: redmine
|
|
|
|
development:
|
|
delivery_method: :smtp
|
|
smtp_settings:
|
|
address: 127.0.0.1
|
|
port: 25
|
|
domain: example.net
|
|
authentication: :login
|
|
user_name: redmine@example.net
|
|
password: redmine
|