Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Agent and smtp?
@ 2007-02-02 21:07 Angel de Vicente
       [not found] ` <mailman.3969.1170539104.2155.info-gnus-english@gnu.org>
  2007-02-03 21:44 ` Leo
  0 siblings, 2 replies; 4+ messages in thread
From: Angel de Vicente @ 2007-02-02 21:07 UTC (permalink / raw)
  To: info-gnus-english

Hi,

I'm slowly getting to configure Gnus properly for my needs, but there
is now just one big stumbling block. I have the following in my
.gnus.el, and gnus sends the mails OK through this server, but when I
go into unplugged mode, it continues to send the mails directly,
instead of putting them in a queue... Anyone has any tips to get this
working?

(setq send-mail-function (quote smtpmail-send-it))
(setq message-send-mail-function (quote smtpmail-send-it))
(setq smtpmail-smtp-server "smtp.wanadoo.es")
(setq smtpmail-auth-credentials '(("smtp.wanadoo.es" 25 "ang***@wanadoo.es" "****")))

Thanks
Angel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Agent and smtp?
       [not found] ` <mailman.3969.1170539104.2155.info-gnus-english@gnu.org>
@ 2007-02-03 14:10   ` Angel de Vicente
  2007-02-03 18:14   ` Angel de Vicente
  1 sibling, 0 replies; 4+ messages in thread
From: Angel de Vicente @ 2007-02-03 14:10 UTC (permalink / raw)
  To: info-gnus-english

Hi,

> > I'm slowly getting to configure Gnus properly for my needs, but there
> > is now just one big stumbling block. I have the following in my
> > .gnus.el, and gnus sends the mails OK through this server, but when I
> > go into unplugged mode, it continues to send the mails directly,
> > instead of putting them in a queue... Anyone has any tips to get this
> > working?
> >
> > (setq send-mail-function (quote smtpmail-send-it))
> > (setq message-send-mail-function (quote smtpmail-send-it))
> > (setq smtpmail-smtp-server "smtp.wanadoo.es")
> > (setq smtpmail-auth-credentials '(("smtp.wanadoo.es" 25 "ang***@wanadoo.es" "****")))
> >

> `C-c C-d' would put it in queue.


Thanks for the suggestion, but it is not what I was hoping for. C-c
C-d puts the mail in "drafts", which I would like to keep separate
from queued mail. Also, it is a different command, and then (perhaps
I'm mistaken on this) I have to send them one by one.

When not using smtpmail-send-it to send the mail, mails go directly
into "queued" when doing C-c C-c in Unplugged mode, and when back to
the Plugged mode, I can send all queued mail by just typing J S. If I
could get a similar behaviour with smtp it would be great.

Thanks,
Angel de Vicente

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Agent and smtp?
       [not found] ` <mailman.3969.1170539104.2155.info-gnus-english@gnu.org>
  2007-02-03 14:10   ` Angel de Vicente
@ 2007-02-03 18:14   ` Angel de Vicente
  1 sibling, 0 replies; 4+ messages in thread
From: Angel de Vicente @ 2007-02-03 18:14 UTC (permalink / raw)
  To: info-gnus-english

Hi,

I could swear that I had this setting before and didn't work, but
smptmail and agent seem to get along when commeting the line about
message-send-mail-function, so my smtp settings are now like this:

(setq send-mail-function (quote smtpmail-send-it))
;(setq message-send-mail-function (quote smtpmail-send-it))
(setq smtpmail-smtp-server "smtp.wanadoo.es")
(setq smtpmail-auth-credentials '(("smtp.wanadoo.es" 25 "ang***@wanadoo.es" "****")))


If I could get the same behaviour when posting news, that would be
gold... but agent doesn't seem to take care of this?

Any advice appreciated. 
Thanks,
Angel de Vicente

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Agent and smtp?
  2007-02-02 21:07 Agent and smtp? Angel de Vicente
       [not found] ` <mailman.3969.1170539104.2155.info-gnus-english@gnu.org>
@ 2007-02-03 21:44 ` Leo
  1 sibling, 0 replies; 4+ messages in thread
From: Leo @ 2007-02-03 21:44 UTC (permalink / raw)
  To: info-gnus-english

On 2007-02-02, Angel de Vicente said:

> Hi,
>
> I'm slowly getting to configure Gnus properly for my needs, but there
> is now just one big stumbling block. I have the following in my
> .gnus.el, and gnus sends the mails OK through this server, but when I
> go into unplugged mode, it continues to send the mails directly,
> instead of putting them in a queue... Anyone has any tips to get this
> working?
>
> (setq send-mail-function (quote smtpmail-send-it))
> (setq message-send-mail-function (quote smtpmail-send-it))
> (setq smtpmail-smtp-server "smtp.wanadoo.es")
> (setq smtpmail-auth-credentials '(("smtp.wanadoo.es" 25 "ang***@wanadoo.es" "****")))
>
> Thanks
> Angel

`C-c C-d' would put it in queue.

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-02-03 21:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-02 21:07 Agent and smtp? Angel de Vicente
     [not found] ` <mailman.3969.1170539104.2155.info-gnus-english@gnu.org>
2007-02-03 14:10   ` Angel de Vicente
2007-02-03 18:14   ` Angel de Vicente
2007-02-03 21:44 ` Leo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).