Vaclav Barta wrote:
IMHO it's primarily a problem with my local mail setup (which is
fairly strange and certainly taxes my system administration
ability) - I'll have to look at it again... It *would* be nice,
though, to make my setup work not only for mail & netscape, but
also other clients, including xemacs... How exactly does xemacs
send e-mail?
It calls the function specified by send-mail-function. This defaults
to smtpmail-send-it on Windows and Cygwin, and sendmail-send-it
otherwise although, of course, you can change it if you wish.
sendmail-send-it invokes sendmail (more precisely, the program
specified by sendmail-program). smtpmail-send-it connects to an SMTP
server (see the top of smtpmail.el for the variables involved).
--
Glynn Clements <glynn.clements(a)virgin.net>