info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to send mail via IMAP using gnus.


From: Tassilo Horn
Subject: Re: How to send mail via IMAP using gnus.
Date: Sat, 14 Jul 2007 17:58:24 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

llewelly@xmission.com 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]