From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sivaram Neelakantan Newsgroups: gmane.emacs.help Subject: Re: sending mail using tls using Emacs under Windows Date: Wed, 25 Mar 2015 23:13:24 +0530 Message-ID: <87d23xx9ab.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1427305491 21795 80.91.229.3 (25 Mar 2015 17:44:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2015 17:44:51 +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 18:44: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 1YapM7-0003yh-5E for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Mar 2015 18:44:39 +0100 Original-Received: from localhost ([::1]:40508 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YapM5-00029c-Ua for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Mar 2015 13:44:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YapLl-00026p-Ts for help-gnu-emacs@gnu.org; Wed, 25 Mar 2015 13:44:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YapLi-0005L3-Dc for help-gnu-emacs@gnu.org; Wed, 25 Mar 2015 13:44:17 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:39711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YapLi-0005Ko-70 for help-gnu-emacs@gnu.org; Wed, 25 Mar 2015 13:44:14 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YapLI-0003Xg-7Y for help-gnu-emacs@gnu.org; Wed, 25 Mar 2015 18:43:48 +0100 Original-Received: from 122.172.194.19 ([122.172.194.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Mar 2015 18:43:48 +0100 Original-Received: from nsivaram.net by 122.172.194.19 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Mar 2015 18:43:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 122.172.194.19 User-Mail-Address: nsivaram.net@gmail.com User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:voPEM/xexu/SvGAz0px9tPlsnpg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:103332 Archived-At: On Tue, Mar 24 2015,Will Parsons wrote: [snipped 28 lines] (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 sivaram --