Gnus development mailing list
 help / color / mirror / Atom feed
From: Mike Fabian <fabian@mpia-hd.mpg.de>
Subject: Re: problem sending mail via pop
Date: 18 Nov 1999 19:22:58 +0100	[thread overview]
Message-ID: <qq7ljfhd6l.fsf@mpia-hd.mpg.de> (raw)
In-Reply-To: <iw7yabvzo6g.fsf@shell.monmouth.com>

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


      reply	other threads:[~1999-11-18 18:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-18 17:48 Dave Mazik
1999-11-18 18:22 ` Mike Fabian [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=qq7ljfhd6l.fsf@mpia-hd.mpg.de \
    --to=fabian@mpia-hd.mpg.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).