From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25199 Path: main.gmane.org!not-for-mail From: David Coe Newsgroups: gmane.emacs.gnus.general Subject: smtpmail-send-it ? Date: 22 Sep 1999 18:03:44 +0000 Sender: owner-ding@hpc.uh.edu Message-ID: <86emfqygan.fsf@chia.someotherplace.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162629 12757 80.91.224.250 (21 Oct 2002 01:10:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:10:29 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA04326 for ; Wed, 22 Sep 1999 14:07:14 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB14420; Wed, 22 Sep 1999 13:07:07 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 22 Sep 1999 13:07:03 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA01106 for ; Wed, 22 Sep 1999 13:06:13 -0500 (CDT) Original-Received: from chia.someotherplace.org (chia.someotherplace.org [209.70.95.3]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA04277 for ; Wed, 22 Sep 1999 14:04:11 -0400 (EDT) Original-Received: (from david@localhost) by chia.someotherplace.org (8.9.3/8.9.3/Debian/GNU) id SAA05810; Wed, 22 Sep 1999 18:03:45 GMT Original-To: ding@gnus.org Original-Lines: 24 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25199 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25199 I'm trying to change my gnus to (temporarily) send mail via smtp using another host rather than the local host, so I can screw with the local MTA and still be able to use gnus... I find: message-send-mail-function's value is message-send-mail-with-sendmail Documentation: Function to call to send the current buffer as mail. The headers should be delimited by a line whose contents match the variable `mail-header-separator'. Valid values include `message-send-mail-with-sendmail' (the default), `message-send-mail-with-mh', `message-send-mail-with-qmail' and `smtpmail-send-it'. but I can't find 'smtpmail-send-it' -- is that what I want? If not, any idea how to make gnus use a non-local MTA when sending mail? Thanks.