##// END OF EJS Templates
Fixed a merge error in r2830, wrong hook variables where used....
Fixed a merge error in r2830, wrong hook variables where used. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2831 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1763:999d47f98679
r2726:3d68b600636e
Show More
email.yml.example
21 lines | 434 B | text/plain | TextLexer
Jean-Philippe Lang
Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file) (#1412)....
r1611 # Outgoing email settings
production:
delivery_method: :smtp
smtp_settings:
Jean-Philippe Lang
Use example.net as domain in default configuration (#1762)....
r1763 address: smtp.example.net
Jean-Philippe Lang
Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file) (#1412)....
r1611 port: 25
Jean-Philippe Lang
Use example.net as domain in default configuration (#1762)....
r1763 domain: example.net
Jean-Philippe Lang
Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file) (#1412)....
r1611 authentication: :login
Jean-Philippe Lang
Use example.net as domain in default configuration (#1762)....
r1763 user_name: redmine@example.net
Jean-Philippe Lang
Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file) (#1412)....
r1611 password: redmine
development:
delivery_method: :smtp
smtp_settings:
address: 127.0.0.1
port: 25
Jean-Philippe Lang
Use example.net as domain in default configuration (#1762)....
r1763 domain: example.net
Jean-Philippe Lang
Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file) (#1412)....
r1611 authentication: :login
Jean-Philippe Lang
Use example.net as domain in default configuration (#1762)....
r1763 user_name: redmine@example.net
Jean-Philippe Lang
Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file) (#1412)....
r1611 password: redmine