Hi Terrence, The *only* line in my .emacs file having to do with sending mail is: ;SMTP MAIL STUFF (setq sendmail-program "/usr/bin/msmtp")
It really is that simple! Cheers, Kalyan Terrence van Ettinger writes: > Hey there, Kalyan, > I hadn't followed the list for a while due to having way too > many things on my plate, but looking back over the messages, > this one caught my attention. My question is this: Did you > delete the (load-library "smtpmail") line, or did you leave it > in? > > Thanks, > Terrence > > Kalyan Mukherjea writes: > > Hi Doug and others who have been trying to help me with the problem > > described in the subject line. > > > > Install `msmtp' add one line to your .emacs file > > > > (setq sendmail-program "/usrbin/msmtp") > > > > or wherever msmtp is installed. > > Remove all references to smtpmail etc from your .emacs, > ..... > > _______________________________________________ > Oralux mailing list > [email protected] > http://lists.freearchive.org/mailman/listinfo/oralux _______________________________________________ Oralux mailing list [email protected] http://lists.freearchive.org/mailman/listinfo/oralux
