##// END OF EJS Templates
Translation updates (#3374, #3375, # 3378, #3380, #3381)...
Translation updates (#3374, #3375, # 3378, #3380, #3381) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2758 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2496:04abeda1d739
r2659:d1ee28758fbc
Show More
email.yml.example
21 lines | 442 B | text/plain | TextLexer
# 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"