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: Can't do email in Emacs 24.3 Date: Thu, 18 Jul 2013 05:46:29 +0300 Message-ID: <83hafs1t6i.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1374115639 4756 80.91.229.3 (18 Jul 2013 02:47:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Jul 2013 02:47:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 18 04:47:20 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UzeFS-0006KN-Tp for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jul 2013 04:47:19 +0200 Original-Received: from localhost ([::1]:41224 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzeFS-00031e-Dv for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Jul 2013 22:47:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzeFH-00031Q-AQ for help-gnu-emacs@gnu.org; Wed, 17 Jul 2013 22:47:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzeFG-0002ej-GW for help-gnu-emacs@gnu.org; Wed, 17 Jul 2013 22:47:07 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:41323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzeFG-0002eP-8p for help-gnu-emacs@gnu.org; Wed, 17 Jul 2013 22:47:06 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MQ400H0028DR900@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Thu, 18 Jul 2013 05:46:22 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MQ400HB62D9GD70@a-mtaout20.012.net.il> for help-gnu-emacs@gnu.org; Thu, 18 Jul 2013 05:46:22 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92218 Archived-At: > From: Joe Fineman > Date: Wed, 17 Jul 2013 15:57:14 -0400 > > The other day, I attempted to ugrade to Emacs 24.3, and all went well > until I tried to send email. Reading the documentation, I have > discovered that the variable "smtpmail-auth-credentials" is no longer > used, and I have created a ~/.authinfo file containing the required > authentication information. What do you have in the .authinfo file? Are you sure it doesn't contain typos? > I have also added variable definition (setq smtpmail-stream-type nil) 'plain. not nil. > Can anyone explain how to fix this? Thanks very much. The setup you describe works for me, so it must be some mistake somewhere.