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: sending mail using tls using Emacs under Windows Date: Thu, 26 Mar 2015 05:36:50 +0200 Message-ID: <83fv8so2el.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1427341045 20302 80.91.229.3 (26 Mar 2015 03:37:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Mar 2015 03:37:25 +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 Mar 26 04:37:16 2015 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 1Yaybb-0002Ab-UC for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Mar 2015 04:37:16 +0100 Original-Received: from localhost ([::1]:42522 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yaybb-0006eJ-2h for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Mar 2015 23:37:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaybQ-0006eC-Cy for help-gnu-emacs@gnu.org; Wed, 25 Mar 2015 23:37:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaybK-00048v-IE for help-gnu-emacs@gnu.org; Wed, 25 Mar 2015 23:37:04 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:33565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaybK-00048U-1r for help-gnu-emacs@gnu.org; Wed, 25 Mar 2015 23:36:58 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0NLS00500V0GVF00@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Thu, 26 Mar 2015 05:36:56 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NLS005OHVDKOU80@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Thu, 26 Mar 2015 05:36:56 +0200 (IST) 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.175 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:103349 Archived-At: > From: Will Parsons > Date: 25 Mar 2015 21:12:40 GMT > > Sivaram Neelakantan wrote: > > On Tue, Mar 24 2015,Will Parsons wrote: > > > > > > (setq smtpmail-stream-type 'ssl) > > (setq smtpmail-smtp-server "smtp.gmail.com") > > (setq smtpmail-smtp-service 465) > > (setq smtpmail-debug-info t) ; only to debug problems set to t if needed > > (setq smtpmail-debug-verb t) > > > > with the usual entries in .authinfo works for me with Eli's gnutls > > binaries for GNU Emacs 24.4.1 (i686-pc-mingw32) of 2014-10-24 on LEG570 > > Thanks for the suggestion, but including those settings result in > Emacs crashing, with a Windows pop-up message: "GNU Emacs: The > extensible self-documenting text editor has stopped working". In what version of Emacs? If that's 24.4, please report the crash as a bug with all the relevant details. If that's an older version, I suggest to install 24.4 (or 24.5, to be released in a few days).