##// END OF EJS Templates
tagged version 0.8.5...
tagged version 0.8.5 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/tags/0.8.5@2886 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1763:999d47f98679
r2772:0bdef7d79741 0.8.5
Show More
email.yml.example
21 lines | 434 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