##// END OF EJS Templates
localization updates...
localization updates git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2539 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1763:999d47f98679
r2471:71b55e54bfb9
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