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: 24 Mar 2015 19:45:29 GMT Message-ID: References: Reply-To: wbparsons@cshore.com NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1427227063 29767 80.91.229.3 (24 Mar 2015 19:57:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Mar 2015 19:57:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 24 20:57:43 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 1YaUxI-00082a-Fp for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Mar 2015 20:57:40 +0100 Original-Received: from localhost ([::1]:34143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaUxH-0005ia-S3 for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Mar 2015 15:57:39 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 Original-X-Trace: individual.net tkjyNTwouiB/11GAT3jk2AXGpJY+CA+b/juTlGiuf37cJSRytl Cancel-Lock: sha1:lMQPg8q5gOscjpI1xqARcHMmmBg= User-Agent: slrn/1.0.1 (Linux) Original-Xref: usenet.stanford.edu gnu.emacs.help:211015 X-Mailman-Approved-At: Tue, 24 Mar 2015 15:57:26 -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:103296 Archived-At: Eli Zaretskii wrote: >> From: Will Parsons >> Date: 24 Mar 2015 18:42:43 GMT >> >> > I'm guessing you didn't install the GnuTLS library. Your Emacs was >> > built with it, but it looks for it at run time and doesn't find it. >> > >> > Try installing from here: >> > >> > http://sourceforge.net/projects/ezwinports/files/gnutls-3.3.11-w32-bin.zip/download >> >> Anyway, I downloaded it and installed it under c:\ezwinports, and then >> added c:\ezwinports\bin to the Windows path. >> >> Now running gnutls-available-p returns t, but I still get the "Must >> issue a STARTTLS command first" message when I try to send mail. Is >> there something else I have to configure? > > Did you try to follow the advice here: > > http://www.emacswiki.org/emacs/GnusGmail Are you referring to any specific advice on that page? A lot of the stuff on that page doesn't apply to what I'm trying to do, but I did try to adding settings for smtpmail-starttls-credentials and smtpmail-auth-credentials (although I think these are probably superfluous), but with no change. -- Will