From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: fuzzfiend02148@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Can't do email in Emacs 24.3 Date: Thu, 18 Jul 2013 17:46:45 -0700 (PDT) Message-ID: <28d8263d-02a7-47b7-9ad3-e37d4ca561f3@googlegroups.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1374195558 14322 80.91.229.3 (19 Jul 2013 00:59:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Jul 2013 00:59:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 19 02:59:24 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 1Uzz2Y-0004H9-3D for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Jul 2013 02:59:22 +0200 Original-Received: from localhost ([::1]:56381 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzz2X-0006wZ-Pl for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Jul 2013 20:59:21 -0400 X-Received: by 10.224.29.76 with SMTP id p12mr18543464qac.5.1374194805563; Thu, 18 Jul 2013 17:46:45 -0700 (PDT) X-Received: by 10.49.40.167 with SMTP id y7mr658832qek.36.1374194805521; Thu, 18 Jul 2013 17:46:45 -0700 (PDT) Original-Path: usenet.stanford.edu!t19no2155299qam.0!news-out.google.com!dk8ni601qab.0!nntp.google.com!t19no2155295qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=71.174.182.70; posting-account=FS79YgoAAABrtVMnWAbnBULIuoAU8N8G Original-NNTP-Posting-Host: 71.174.182.70 User-Agent: G2/1.0 Injection-Date: Fri, 19 Jul 2013 00:46:45 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:199977 X-Mailman-Approved-At: Thu, 18 Jul 2013 20:59:13 -0400 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:92243 Archived-At: On Wednesday, July 17, 2013 10:46:29 PM UTC-4, Eli Zaretskii wrote: > > 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? machine outgoing.verizon.net port 25 login joe_f password dex5gepe force yes > > I have also added variable definition (setq smtpmail-stream-type nil) > 'plain. not nil. Thank you.