My SMTP configuration in ~/.gnus.el (setq user-full-name "David Lee") (setq user-mail-address "[EMAIL PROTECTED]")
(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) -- smtpmail.elc can't work https://launchpad.net/bugs/50689 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs