Comment 1 for bug 50689

Revision history for this message
David Lee (live4thee) wrote :

My SMTP configuration in ~/.gnus.el

(setq user-full-name "David Lee")
(setq user-mail-address "<email address hidden>")

(setq smtpmail-auth-credentials
  '(("smtp.YYY.com"
     25
     "XXX"
     nil)))

(setq smtpmail-default-smtp-server "smtp.YYY.com")
(setq smtpmail-smtp-server "smtp.YYY.com")
(setq smtpmail-local-domain nil)
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)