From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8236 Path: news.gmane.org!not-for-mail From: Radek Newsgroups: gmane.emacs.gnus.user Subject: Re: gmail from gnus Date: Sat, 18 Nov 2006 12:32:43 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1163851513 1602 80.91.229.2 (18 Nov 2006 12:05:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Nov 2006 12:05:13 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Nov 18 13:05:12 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 1GlOwW-0002CR-DD for gegu-info-gnus-english@m.gmane.org; Sat, 18 Nov 2006 13:05:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GlOwV-0001qz-VS for gegu-info-gnus-english@m.gmane.org; Sat, 18 Nov 2006 07:05:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GlOwT-0001qJ-97 for info-gnus-english@gnu.org; Sat, 18 Nov 2006 07:05:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GlOwS-0001pu-GM for info-gnus-english@gnu.org; Sat, 18 Nov 2006 07:05:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GlOwS-0001pl-9D for info-gnus-english@gnu.org; Sat, 18 Nov 2006 07:05:04 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GlOwR-0004Wd-Oy for info-gnus-english@gnu.org; Sat, 18 Nov 2006 07:05:04 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GlORC-0005uq-5f for info-gnus-english@gnu.org; Sat, 18 Nov 2006 12:32:46 +0100 Original-Received: from 88.103.41.197 ([88.103.41.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Nov 2006 12:32:46 +0100 Original-Received: from raherh by 88.103.41.197 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Nov 2006 12:32:46 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: info-gnus-english@gnu.org Original-Lines: 35 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 88.103.41.197 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) 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:8236 Archived-At: Ted Zlatanov writes: > Did you follow the instructions? Yes. > Post your setup. You don't need the full setup if you only expect to > send mail from your Gmail account. Just the following lines. For start I started with smtp and when it's functional will proceeed to pop. This is my setup regarding smtp: (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 "myusername" "mypasswd"))) (setq smtpmail-default-smtp-server "smtp.gmail.com") (setq smtpmail-smtp-server "smtp.gmail.com") (setq smtpmail-smtp-service 587)) > If it's still not working, make sure starttls.el can find the > necessary software. The following: > > (executable-find starttls-program) > > should return something other than nil. If not, adjust the value of > starttls-program accordingly with customize-variable. I understood if I use GnuTLS then starttls-program is not used but GnuTLS program gnu-cli in starttls-use-gnutls function. Should I set starttls-program? Radek