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: Tue, 24 Mar 2015 21:11:57 +0200 Message-ID: <83r3sep5vm.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1427224423 18561 80.91.229.3 (24 Mar 2015 19:13:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 24 Mar 2015 19:13: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:13:33 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 1YaUGX-0000gH-Vx for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Mar 2015 20:13:30 +0100 Original-Received: from localhost ([::1]:33995 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaUGX-0004Xy-4a for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Mar 2015 15:13:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaUFK-0002xU-Of for help-gnu-emacs@gnu.org; Tue, 24 Mar 2015 15:12:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YaUFF-00086q-H0 for help-gnu-emacs@gnu.org; Tue, 24 Mar 2015 15:12:14 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:44238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaUFF-00085w-9A for help-gnu-emacs@gnu.org; Tue, 24 Mar 2015 15:12:09 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0NLQ00F00D9V4A00@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Tue, 24 Mar 2015 21:12:07 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NLQ00F0JDC73Q10@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Tue, 24 Mar 2015 21:12:07 +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.169 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:103295 Archived-At: > 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 > > > OK - I kind of assumed that if gnutls was "built-in" it was already > available, but I guess that's not what "built-in" means? On Windows, we don't want to force people to install additional libraries they don't want or don't need. So those libraries are loaded at run time when and if requested. > 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