Variable: smtpmail-smtp-user

smtpmail-smtp-user is a customizable variable defined in smtpmail.el.gz.

Value

nil

Documentation

User name to use when looking up credentials in the authinfo file.

If non-nil, only consider credentials for the specified user.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/smtpmail.el.gz
(defcustom smtpmail-smtp-user nil
  "User name to use when looking up credentials in the authinfo file.
If non-nil, only consider credentials for the specified user."
  :version "24.1"
  :type '(choice (const nil) string))