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 7dab3ee commit 0397b7cCopy full SHA for 0397b7c
lisp/mail/smtpmail.el
@@ -101,9 +101,9 @@ don't define this value."
101
102
(defcustom smtpmail-stream-type nil
103
"Type of SMTP connections to use.
104
-This may be either nil (possibly upgraded to STARTTLS if possible),
105
-or `starttls' (refuse to send if STARTTLS isn't available), or `plain'
106
-\(never use STARTTLS), or `ssl' (to use TLS/SSL)."
+This may be either nil (upgrade with STARTTLS if possible),
+`starttls' (refuse to send if STARTTLS isn't available),
+`plain' (never use STARTTLS), or `ssl' (to use TLS/SSL)."
107
:version "24.1"
108
:group 'smtpmail
109
:type '(choice (const :tag "Possibly upgrade to STARTTLS" nil)
0 commit comments