Adds enable_starttls_auto option to gmail example (#9586).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7833 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c38cddf995
commit
a1bb968e8d
|
@ -62,6 +62,7 @@
|
||||||
# delivery_method: :smtp
|
# delivery_method: :smtp
|
||||||
# smtp_settings:
|
# smtp_settings:
|
||||||
# tls: true
|
# tls: true
|
||||||
|
# enable_starttls_auto: true
|
||||||
# address: "smtp.gmail.com"
|
# address: "smtp.gmail.com"
|
||||||
# port: 587
|
# port: 587
|
||||||
# domain: "smtp.gmail.com" # 'your.domain.com' for GoogleApps
|
# domain: "smtp.gmail.com" # 'your.domain.com' for GoogleApps
|
||||||
|
|
Loading…
Reference in New Issue