Variable: smtpmail-auth-supported
smtpmail-auth-supported is a variable defined in smtpmail.el.gz.
Value
(cram-md5 plain login)
Documentation
List of supported SMTP AUTH mechanisms.
The list is in preference order.
Every element should have a matching cl-defmethod
for smtpmail-try-auth-method.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/smtpmail.el.gz
(defvar smtpmail-auth-supported '(cram-md5 plain login)
"List of supported SMTP AUTH mechanisms.
The list is in preference order.
Every element should have a matching `cl-defmethod'
for `smtpmail-try-auth-method'.")