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,
create a ~/.msmtprc file following the example below:
============================================
account default
host smtp.gmail.com
auth on
user [EMAIL PROTECTED]
password ****
port 587
from [EMAIL PROTECTED]
tls on
============================================
Now open a shell buffer and do:
$ chmod 600 ~/.msmtprc
You are ready.
I have not tried this, but msmtp supports multiple configuration
files and if you can tell emacs to use the configuration file of
your choice, then you could send mail through different
mail-servers.
Apologies to people have created a fuss and thanks to everybody who
tried to help, particularly Lucas and Roman.
Cheers.
Kalyan
_______________________________________________
Oralux mailing list
[email protected]
http://lists.freearchive.org/mailman/listinfo/oralux