From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: emacs MUAs with working smtp authentication? Date: Wed, 30 Aug 2006 15:33:25 +0300 Message-ID: References: <1156912134.588551.151490@m73g2000cwd.googlegroups.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1156941229 26566 80.91.229.2 (30 Aug 2006 12:33:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Aug 2006 12:33:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 30 14:33:47 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GIPGM-00084F-Se for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Aug 2006 14:33:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIPGL-0005X6-V3 for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Aug 2006 08:33:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GIPG6-0005UL-47 for help-gnu-emacs@gnu.org; Wed, 30 Aug 2006 08:33:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GIPG3-0005TU-K7 for help-gnu-emacs@gnu.org; Wed, 30 Aug 2006 08:33:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIPG3-0005TG-BV for help-gnu-emacs@gnu.org; Wed, 30 Aug 2006 08:33:27 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GIPPR-0006ea-P7 for help-gnu-emacs@gnu.org; Wed, 30 Aug 2006 08:43:10 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-205-199.inter.net.il [80.230.205.199]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id ENI10648 (AUTH halo1); Wed, 30 Aug 2006 15:33:25 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org In-reply-to: <1156912134.588551.151490@m73g2000cwd.googlegroups.com> (minutiae@gmail.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37061 Archived-At: > From: "Bill White" > Date: 29 Aug 2006 21:28:54 -0700 > > Are there any emacs-based MUAs that handle smtp authentication more or > less "out of the box" with the setting of a few clearly-documented > variables? If so, can you point me to the documentation? > > I'm using cvs emacs from this afternoon. I might misunderstand what you mean by ``smtp authentication'', but it seems to me that smtpmail.el is what you are looking for. If smtpmail doesn't fit the bill, please tell what's missing there.