Document SSL/TLS SMTP options.
authorBen Sturmfels <ben@sturm.com.au>
Tue, 7 Apr 2020 06:45:17 +0000 (16:45 +1000)
committerBen Sturmfels <ben@sturm.com.au>
Tue, 7 Apr 2020 06:45:17 +0000 (16:45 +1000)
docs/source/siteadmin/configuration.rst

index 1b8dc9bb3be4b2d16ebf59f65265958f2fe2ff51..0cb04002c844b34fcedfd1d3e12127251a8e1a35 100644 (file)
@@ -80,10 +80,12 @@ If you have more custom SMTP settings, you also have the following
 options at your disposal, which are all optional, and do exactly what
 they sound like.
 
-- email_smtp_host
-- email_smtp_port
-- email_smtp_user
-- email_smtp_pass
+- ``email_smtp_host``
+- ``email_smtp_port``
+- ``email_smtp_user``
+- ``email_smtp_pass``
+- ``email_smtp_use_ssl`` (default is ``False``)
+- ``email_smtp_force_starttls`` (default is ``False``)
 
 Changing data directory
 -----------------------