##// END OF EJS Templates
Ability to save "sort order" in custom queries (#2899)....
Ability to save "sort order" in custom queries (#2899). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2572 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2496:04abeda1d739
r2504:c7c8dc71f2fc
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"