From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78777 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.gnus.general Subject: Re: Sending mail via gmail Date: Tue, 10 May 2011 15:50:51 +0200 Message-ID: <8739kmpsuc.fsf@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1305035492 10982 80.91.229.12 (10 May 2011 13:51:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 May 2011 13:51:32 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27078@lists.math.uh.edu Tue May 10 15:51:27 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QJnLT-0002Ll-Dz for ding-account@gmane.org; Tue, 10 May 2011 15:51:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QJnLO-00049A-Fr; Tue, 10 May 2011 08:51:22 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QJnLN-000493-KA for ding@lists.math.uh.edu; Tue, 10 May 2011 08:51:21 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QJnLM-00059V-4I for ding@lists.math.uh.edu; Tue, 10 May 2011 08:51:21 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QJnLI-0008CL-FG for ding@gnus.org; Tue, 10 May 2011 15:51:16 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QJnLI-0002D9-AC for ding@gnus.org; Tue, 10 May 2011 15:51:16 +0200 Original-Received: from portable53.ceremade.dauphine.fr ([193.48.71.53]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 May 2011 15:51:16 +0200 Original-Received: from antoine.levitt by portable53.ceremade.dauphine.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 May 2011 15:51:16 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: portable53.ceremade.dauphine.fr User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78777 Archived-At: 10/05/11 15:42, Didier Verna > I had hoped to see this work in the new Gnus, but apparently, it still > doesn't work. The EmacsWiki doesn't help. All I get, as before, is an > unexplicit error message and an empty trace buffer (as many reports I've > seen around). > > Is there any recent insight on this problem ? What's your configuration? I have (setq message-send-mail-function 'smtpmail-send-it smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)) smtpmail-auth-credentials '(("smtp.gmail.com" 587 "antoine.levitt@gmail.com" "mypassword")) smtpmail-default-smtp-server "smtp.gmail.com" smtpmail-smtp-server "smtp.gmail.com" smtpmail-smtp-service 587) and everything's fine. I believe I got that out of Emacswiki.