From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7280 Path: news.gmane.org!not-for-mail From: "Mr. Big" Newsgroups: gmane.emacs.gnus.user Subject: Re: using gnus for mail Date: 6 May 2006 08:53:04 -0700 Organization: http://groups.google.com Message-ID: <1146930784.482536.68840@u72g2000cwu.googlegroups.com> References: <87d5ettur8.fsf@gmail.com><874q052hvj.fsf@gmail.com> <1146918414.916382.221500@j33g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1146933624 30465 80.91.229.2 (6 May 2006 16:40:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 May 2006 16:40:24 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat May 06 18:40:21 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FcPpM-0002fw-Tr for gegu-info-gnus-english@m.gmane.org; Sat, 06 May 2006 18:40:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcPpM-0004TT-8V for gegu-info-gnus-english@m.gmane.org; Sat, 06 May 2006 12:40:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!u72g2000cwu.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 29 Original-NNTP-Posting-Host: 84.217.115.172 Original-X-Trace: posting.google.com 1146930789 11665 127.0.0.1 (6 May 2006 15:53:09 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 6 May 2006 15:53:09 +0000 (UTC) In-Reply-To: <1146918414.916382.221500@j33g2000cwa.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060506 Minefield/3.0a1,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: u72g2000cwu.googlegroups.com; posting-host=84.217.115.172; posting-account=eEBocQ0AAADjcbZ757s7X96IfOp1K5vn Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77463 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7280 Archived-At: I did actually solve it but through another route, using fetchmail. Any idea how to use gmail for sending mail? Now it stops when gnutls-cli is started (cygwin). I get the following message: Sending... Sending via mail... Opening STARTTLS connection to `smtp.gmail.com'...done 220 mx.gmail.com ESMTP z21sm375999qbc 250-mx.gmail.com at your service 250-SIZE 20971520 250-8BITMIME 250-STARTTLS 250 ENHANCEDSTATUSCODES 220 2.0.0 Ready to start TLS (nothing more happens) and this is my .gnus.el: (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil))) (setq smtpmail-auth-credentials '(("smtp.gmail.com" 587 "username" nil))) (setq smtpmail-default-smtp-server "smtp.gmail.com") (setq smtpmail-smtp-server "smtp.gmail.com") (setq smtpmail-smtp-service 587) (setq smtpmail-local-domain "smtp.gmail.com"); added (setq smtpmail-sendto-domain "smtp.gmail.com"); added