From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61855 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: smtp send using odd port Date: Sun, 05 Feb 2006 19:32:59 +0100 Message-ID: References: <87fyn4xzt4.fsf@newsguy.com> <87zml9jchc.fsf@newsguy.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139196022 24025 80.91.229.2 (6 Feb 2006 03:20:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2006 03:20:22 +0000 (UTC) Original-X-From: ding-owner+m10385@lists.math.uh.edu Mon Feb 06 04:20:21 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F5wvC-0006W5-H8 for ding-account@gmane.org; Mon, 06 Feb 2006 04:20:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1F5wv4-0001L7-00; Sun, 05 Feb 2006 21:20:02 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1F5ohB-0000mv-00 for ding@lists.math.uh.edu; Sun, 05 Feb 2006 12:33:09 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1F5oh8-00037C-7t for ding@lists.math.uh.edu; Sun, 05 Feb 2006 12:33:09 -0600 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1F5oh6-0001M6-00 for ; Sun, 05 Feb 2006 19:33:04 +0100 Original-Received: from latte.josefsson.org (jas@yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id k15IX0HE003095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 5 Feb 2006 19:33:00 +0100 Original-To: ding@gnus.org OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:060205:ding@gnus.org::ZW9GrwRAedIYzvVe:9t0e In-Reply-To: (Reiner Steib's message of "Fri, 03 Feb 2006 10:09:51 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61855 Archived-At: Reiner Steib writes: > On Fri, Feb 03 2006, Harry Putnam wrote: > >> smtpmail-smtp-service is void as a variable. >> >> Documentation: >> Not documented as a variable. > > (require 'smtpmail) > > Note that when using Emacs 21, you need a new version of `smtpmail.el' > which is available from Emacs CVS or Simon Josefsson's web site. > Simon, wouldn't it make sense to add `smtpmail.el' to Gnus' contrib > directory for convenience? Yes, if someone can synchronize it from time to time. I think it may be a disservice if it gets out-dated. You'll need sendmail.el for smtpmail.el to work correctly too, IIRC. Could the emacs <-> gnus sync stuff handle this for us?