From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.devel Subject: Re: Committing new smtpmail.el later tonight Date: Wed, 22 Jun 2011 00:25:06 +0200 Message-ID: <877h8eg6v1.fsf@gmail.com> References: <8739jogwf9.fsf@lifelogs.com> <87lix9eknu.fsf_-_@lifelogs.com> <878vt52ykv.fsf@lifelogs.com> <878vt25tbf.fsf@lifelogs.com> <87zklbnet1.fsf@lifelogs.com> <87hb7ig7p5.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308695155 22517 80.91.229.12 (21 Jun 2011 22:25:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2011 22:25:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 22 00:25:47 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QZ9OF-0004LV-I5 for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2011 00:25:47 +0200 Original-Received: from localhost ([::1]:38715 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ9OE-0007wO-MM for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2011 18:25:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ9O1-0007w7-Fg for emacs-devel@gnu.org; Tue, 21 Jun 2011 18:25:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZ9O0-00052B-Bp for emacs-devel@gnu.org; Tue, 21 Jun 2011 18:25:33 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:46474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ9O0-000526-4O for emacs-devel@gnu.org; Tue, 21 Jun 2011 18:25:32 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QZ9Ny-0004HF-GO for emacs-devel@gnu.org; Wed, 22 Jun 2011 00:25:30 +0200 Original-Received: from ney92-7-78-233-218-202.fbx.proxad.net ([78.233.218.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jun 2011 00:25:30 +0200 Original-Received: from antoine.levitt by ney92-7-78-233-218-202.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jun 2011 00:25:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: ney92-7-78-233-218-202.fbx.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140815 Archived-At: 22/06/11 00:17, Lars Magne Ingebrigtsen > Antoine Levitt writes: > >> Just pulled the changes, now I'm confused. Could you update the info on >> http://www.emacswiki.org/emacs/GnusGmail#toc2 ? I get "Must issue a >> STARTTLS command first" when I try to send a mail now. I just copied the >> config over from the emacswiki page, and I have no idea how to tell the >> new code to use STARTTLS. > > Is this when you try to send via smtp.gmail.com? Yes, with the config just like the emacswiki page. I tried adding machine smtp.gmail.com login antoine.levitt@gmail.com password password port 587 cert-key "" cert-cert "" to my .authinfo, didn't change a thing (and same thing without the cert stuff).