##// END OF EJS Templates
Russian update (#3859)...
Russian update (#3859) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2888 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2496:04abeda1d739
r2774:d3691239faa8
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"