Gnus development mailing list
 help / color / mirror / Atom feed
From: david.goldberg6@verizon.net (David S. Goldberg)
Subject: Re: sending mail through a specific server?
Date: Fri, 22 Feb 2002 13:24:17 -0500	[thread overview]
Message-ID: <m1bbseh2x4e.fsf@blackbird.mitre.org> (raw)
In-Reply-To: <ruopu2x4c2t.fsf@billwlx.wolfram.com> (Bill White's message of "Fri, 22 Feb 2002 12:15:54 -0600")

I think the default for message-send-mail-function is
message-send-mail-with-sendmail in which case you'd need to have your
sendmail configuration relay through mail.wolfram.com.  An easier
choice might be to use smtpmail.el.  Something like this should be all
you need

(setq message-send-mail-function smtpmail-send-it
      smtpmail-default-smtp-server "mail.wolfram.com"
      smtpmail-local-domain "wolfram.com"
      smtpmail-debug-info t)

The first two may be all you need.  The local-domain setting was in an
example I found somewhere so I put it in.  Setting debug-info to t
gives you a trace of the SMTP session which I unfortunately find
useful often enough to leave it on full time.
-- 
Dave Goldberg
david.goldberg6@verizon.net





  parent reply	other threads:[~2002-02-22 18:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-22 18:15 Bill White
2002-02-22 18:07 ` Nicolas Kowalski
2002-02-25 15:40   ` Bill White
2002-02-25 15:40   ` Bill White
2002-02-22 18:07 ` Nicolas Kowalski
2002-02-22 18:24 ` David S. Goldberg
2002-02-22 18:24 ` David S. Goldberg [this message]
2002-02-22 18:15 Bill White

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=m1bbseh2x4e.fsf@blackbird.mitre.org \
    --to=david.goldberg6@verizon.net \
    /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).