[EMAIL PROTECTED] writes:

Hi,

> how does one configure gnus to send mail via IMAP, rather than using
> the local send mail?

You cannot send mail via IMAP. I think you want to send it with some
smtp server.

That's what I use for that purpose:

,----
| (require 'smtpmail)
| (setq send-mail-function 'smtpmail-send-it
|       message-send-mail-function 'smtpmail-send-it
|       smtpmail-smtp-server  "mail.messagingengine.com")
`----

Bye,
Tassilo
-- 
My opinions may have changed, but not the fact that I am right.



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to