Variable: smtpmail-debug-verb

smtpmail-debug-verb is a customizable variable defined in smtpmail.el.gz.

Value

nil

Documentation

Whether this library sends the SMTP VERB command or not.

The commands enables verbose information from the SMTP server.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/smtpmail.el.gz
(defcustom smtpmail-debug-verb nil
  "Whether this library sends the SMTP VERB command or not.
The commands enables verbose information from the SMTP server."
  :type 'boolean)