Variable: smtpmail-debug-info
smtpmail-debug-info is a customizable variable defined in
smtpmail.el.gz.
Value
nil
Documentation
Whether to print info in buffer *trace of SMTP session to <somewhere>*.
See also smtpmail-debug-verb which determines if the SMTP protocol should
be verbose as well.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/smtpmail.el.gz
(defcustom smtpmail-debug-info nil
"Whether to print info in buffer *trace of SMTP session to <somewhere>*.
See also `smtpmail-debug-verb' which determines if the SMTP protocol should
be verbose as well."
:type 'boolean)