From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13674 Path: news.gmane.org!not-for-mail From: evan Newsgroups: gmane.emacs.gnus.user Subject: `smtp-server' not defined Date: Thu, 18 Feb 2010 01:58:54 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1266504527 13331 80.91.229.12 (18 Feb 2010 14:48:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Feb 2010 14:48:47 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Feb 18 15:48:44 2010 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ni7gJ-0006uh-51 for gegu-info-gnus-english@m.gmane.org; Thu, 18 Feb 2010 15:48:43 +0100 Original-Received: from localhost ([127.0.0.1]:48101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ni7gI-000802-NY for gegu-info-gnus-english@m.gmane.org; Thu, 18 Feb 2010 09:48:42 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!d2g2000yqa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 22 Original-NNTP-Posting-Host: 138.38.158.88 Original-X-Trace: posting.google.com 1266487134 11247 127.0.0.1 (18 Feb 2010 09:58:54 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 18 Feb 2010 09:58:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d2g2000yqa.googlegroups.com; posting-host=138.38.158.88; posting-account=cMjuxAoAAAB-6i-xpTpQzwpy2_ugQ9Ne User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.80 (X11; Linux i686; U; en-GB) Presto/2.2.15 Version/10.10,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.gnus:84056 X-Mailman-Approved-At: Thu, 18 Feb 2010 09:44:39 -0500 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:13674 Archived-At: Hi all, Any idea why I get the message "`smtp-server' not defined" when I try to send mail via gnus? I have tried to see what is wrong but I cannot find anything. Thanks. I have the following configuration (this is the same configuration proposed in emacs-wiki): (setq gnus-select-method '(nnimap "gmail" (nnimap-address "imap.gmail.com") (nnimap-server-port 993) (nnimap-stream ssl))) (setq message-send-mail-function 'smtpmail-send-it smtpmail-starttls-credentials '(("smtp.gmail.com" 587 nil nil)) smtpmail-auth-credentials '(("smtp.gmail.com" 587 nil nil)) smtpmail-default-smtp-server "smtp.gmail.com" smtpmail-smtp-server "smtp.gmail.com" smtpmail-smtp-service 587) (require 'smtpmail)