Ole Sebastian Stein <[EMAIL PROTECTED]> writes: > I've been trying to get gnus speak smtp with my smtp-server, to avoid > having a local MTA (exim, sendmail etc). >
In order to send mail directly through/get mail directly from my pop3 server account, I added the following lines to my .gnus file: (setq nnmail-movemail-program 'nnmail-pop3-movemail) (setq message-send-mail-function 'smtpmail-send-it) I didn't have to add anything to my .emacs file. HTH