We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cee3c commit 10923dfCopy full SHA for 10923df
user_guide_src/source/libraries/email.rst
@@ -124,7 +124,7 @@ Preference Default Value Options Description
124
**SMTPKeepAlive** false ``true``/``false`` (boolean) Enable persistent SMTP connections.
125
**SMTPCrypto** tls ``tls``, ``ssl``, or SMTP Encryption. Setting this to ``ssl`` will create a secure
126
empty string (``''``) channel to the server using SSL, and ``tls`` will issue a
127
- ``STARTTLS`` command to the server. Connection on port 465 should
+ ``STARTTLS`` command to the server. Connection on port ``465`` should
128
set this to an empty string (``''``). See also
129
:ref:`email-ssl-tls-for-smtp`.
130
**wordWrap** true ``true``/``false`` (boolean) Enable word-wrap.
0 commit comments