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: sending mail using tls using Emacs under Windows Date: 23 Mar 2015 21:55:52 GMT Message-ID: Reply-To: gyliamos@gmail.com NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1427148021 19608 80.91.229.3 (23 Mar 2015 22:00:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Mar 2015 22:00:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 23 23:00:20 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 1YaAOO-0003Jy-Ig for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Mar 2015 23:00:16 +0100 Original-Received: from localhost ([::1]:58191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YaAON-0006WX-So for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Mar 2015 18:00:15 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-X-Trace: individual.net iIn2YrSy03jSU3eaLtRvogMjSBfG7lfHYBGgyawg04cX3jNrDd Cancel-Lock: sha1:o3OjsLHcASfnjdaWX8a/rx0MCC0= User-Agent: slrn/1.0.2 (FreeBSD) Original-Xref: usenet.stanford.edu gnu.emacs.help:210991 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:103272 Archived-At: I'd like to be able to send mail using Emacs 24.2.1 under Windows and am having difficulties. With the following in my .emacs file: (setq send-mail-function 'smtpmail-send-it smtpmail-smtp-server "smtp.gmail.com" smtpmail-smtp-service 587) and a suitable entry in .authinfo: machine smtp.gmail.com login xxxx@gmail.com port 587 password xxxxx attempting to send a message using the default method "Gnus Message" results in: smtpmail-send-it: Sending failed: 530 5.7.0 Must issue a STARTTLS command first. y142sm1414876iod.25 - gsmtp Looking under Options => Packages, I see that gnutls is built-in, but running gnutls-available-p returns nil. Am I missing something? -- Will