Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
Subject: Re: Gnus sen mail problem from Ubuntu PC
Date: Fri, 19 Jan 2007 14:42:04 +0100	[thread overview]
Message-ID: <87wt3j6slv.fsf@baldur.tsdh.de> (raw)
In-Reply-To: <cu9odovz3h3.fsf@dupont.control.auc.dk>

Torben Knudsen <tk@es.aau.dk> writes:

Hi Torben,

> How do I do that? I think gnus insist on using sendmail!

You can use sendmail or any smtp server with smtpmail.el, which comes
with emacs/gnus. Maybe you need a more up-to-date version. Here's my
config for it.

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

Regards,
Tassilo
-- 
[Emacs] is written in Lisp, which is the only computer language that is
beautiful.  -- Neal Stephenson, _In the Beginning was the Command Line_

  parent reply	other threads:[~2007-01-19 13:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-19 10:36 Torben Knudsen
2007-01-19 10:50 ` Tassilo Horn
2007-01-19 10:59 ` Torben Knudsen
2007-01-19  8:34   ` Jeff Bopp
2007-01-19 13:42   ` Tassilo Horn [this message]
2007-01-22  7:53     ` Torben Knudsen
2007-01-22 13:22       ` Tassilo Horn
2007-01-23  3:26       ` Hadron

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=87wt3j6slv.fsf@baldur.tsdh.de \
    --to=tassilo@member.fsf.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).