From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Will Parsons Newsgroups: gmane.emacs.help Subject: Re: sending mail using tls using Emacs under Windows Date: 25 Mar 2015 21:12:40 GMT Message-ID: References: Reply-To: gyliamos@gmail.com NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1427318127 13285 80.91.229.3 (25 Mar 2015 21:15:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2015 21:15:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 25 22:15:24 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 1Yasdy-0005iA-VS for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Mar 2015 22:15:19 +0100 Original-Received: from localhost ([::1]:41405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yasdy-0005k0-4Q for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Mar 2015 17:15:18 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-X-Trace: individual.net 2INbJLSQ4ZF4zdSOzyZ88Q+mIGdvaA/PfrYUzKdwujcDaY5Nly Cancel-Lock: sha1:YPgWSpuhDzQGGFSwYvav1SWkn7Y= User-Agent: slrn/1.0.2 (FreeBSD) Original-Xref: usenet.stanford.edu gnu.emacs.help:211061 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:103342 Archived-At: 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". -- Will