Variable: smtpmail-default-smtp-server
smtpmail-default-smtp-server is a customizable variable defined in
smtpmail.el.gz.
Value
nil
Documentation
Specify default SMTP server.
This only has effect if you specify it before loading the smtpmail library.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/smtpmail.el.gz
(defcustom smtpmail-default-smtp-server nil
"Specify default SMTP server.
This only has effect if you specify it before loading the smtpmail library."
:type '(choice (const nil) string))