##// END OF EJS Templates
Make sure user can not watch what he is not allowed to view....
Make sure user can not watch what he is not allowed to view. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3170 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2496:04abeda1d739
r3056:9a452a5c351f
Show More
email.yml.example
21 lines | 442 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
Add doube quotes to user_name and password in email.yml.example (#2927)....
r2496 user_name: "redmine@example.net"
password: "redmine"
Jean-Philippe Lang
Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file) (#1412)....
r1611
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
Add doube quotes to user_name and password in email.yml.example (#2927)....
r2496 user_name: "redmine@example.net"
password: "redmine"