Document SSL/TLS SMTP options.

This commit is contained in:
Ben Sturmfels 2020-04-07 16:45:17 +10:00
parent f1c288b1d8
commit 15ddb7c0ec
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View 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
-----------------------