Gnus development mailing list
 help / color / mirror / Atom feed
* problem sending mail via pop
@ 1999-11-18 17:48 Dave Mazik
  1999-11-18 18:22 ` Mike Fabian
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Mazik @ 1999-11-18 17:48 UTC (permalink / raw)



NT Emacs 20.4.1, pGnus 0.98.

I'm able to receive email just fine via pop but
all of my sent emails just vanish into the ether.

How do I make gnus send mail via pop?



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

* Re: problem sending mail via pop
  1999-11-18 17:48 problem sending mail via pop Dave Mazik
@ 1999-11-18 18:22 ` Mike Fabian
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Fabian @ 1999-11-18 18:22 UTC (permalink / raw)


Dave Mazik <dmazik@monmouth.com> writes:

> NT Emacs 20.4.1, pGnus 0.98.
> 
> I'm able to receive email just fine via pop but
> all of my sent emails just vanish into the ether.
> 
> How do I make gnus send mail via pop?

You don't send them to the pop-server but to an smtp-server.
Add something like this to your .gnus:

    (setq smtpmail-default-smtp-server "solsrv.mpia-hd.mpg.de")
    (setq smtpmail-smtp-server "solsrv.mpia-hd.mpg.de")
    (setq smtpmail-local-domain nil)
    (setq send-mail-function 'smtpmail-send-it)         ;; for `mail'
    (setq message-send-mail-function 'smtpmail-send-it) ;; for `message-mail'
    (setq smtpmail-debug-info t)
    (require 'smtpmail)

replace "solsrv.mpia-hd.mpg.de" by an smtp-server accessible to you.

Mike

-- 
Mike Fabian <fabian@mpia-hd.mpg.de>
Max-Planck-Institut fuer Astronomie, Koenigsstuhl 17, 69117 Heidelberg
Telephone: +49(0)6221/528216


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

end of thread, other threads:[~1999-11-18 18:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-18 17:48 problem sending mail via pop Dave Mazik
1999-11-18 18:22 ` Mike Fabian

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).