Hugh Lawson <[email protected]> writes: [ snip ] Trying again, I got msmtp to send mail from w32 Emacs Gnus.
# msmtprc.txt contents account default host smtp.gmail.com from [email protected] auth on tls on tls_certcheck off user [email protected] password MYPASSWDatGmail port 587 logfile c:\emacs\msmtplog.txt #variables set in Emacs. (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq sendmail-program "c:/emacs/msmtp.exe") (setq mail-host-address "gmail.com") (setq user-mail-address "[email protected]") Thanks to Pascal for the encouragement. _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
