Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: info-gnus-english@gnu.org
Subject: Re: using a smtp server (not sendmail)
Date: Fri, 11 May 2007 18:02:55 +0200	[thread overview]
Message-ID: <87ps57tkk0.fsf@baldur.tsdh.de> (raw)
In-Reply-To: <x7abwcl8ir.fsf@mail.sysarch.com>

Uri Guttman <uri@stemsystems.com> writes:

Hi Uri,

> is there any way to get emacs/gnus to use my isp's smtp server
> directly?

Sure, it's Gnus!

That's what I use. Adapt it too your needs.

,----[ ~/.gnus.el ]
| (require 'smtpmail)
| (setq send-mail-with-sendmail nil
|       send-mail-function 'smtpmail-send-it
|       message-send-mail-function 'smtpmail-send-it
|       smtpmail-smtp-server "my.isp-smtp.invalid")
`----

Bye,
Tassilo
-- 
Chuck Norris is  currently suing myspace for taking the  name of what he
calls everything around you.

  parent reply	other threads:[~2007-05-11 16:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-10 20:37 Uri Guttman
2007-05-11 10:55 ` Gernot Hassenpflug
2007-05-11 10:58 ` Gernot Hassenpflug
2007-05-11 16:02 ` Tassilo Horn [this message]
2007-05-11 22:00   ` Reiner Steib
2007-05-12 10:26     ` Tassilo Horn
2007-05-12 12:22       ` Reiner Steib
     [not found]     ` <mailman.554.1178966255.32220.info-gnus-english@gnu.org>
2007-05-12 15:04       ` Dieter Kluenter
2007-05-12 15:12 ` Dieter Kluenter

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=87ps57tkk0.fsf@baldur.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=info-gnus-english@gnu.org \
    /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).