From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: cannot send mail by emacs+gnus Date: Sat, 26 Aug 2006 20:06:07 -0500 Organization: UseNetServer.com Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1156642870 28588 80.91.229.2 (27 Aug 2006 01:41:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Aug 2006 01:41:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 27 03:41:09 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GH9dz-0003d4-6y for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Aug 2006 03:41:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GH9dy-0006Qn-Pj for geh-help-gnu-emacs@m.gmane.org; Sat, 26 Aug 2006 21:40:58 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeeds.sol.net!208.49.83.154.MISMATCH!atl-c08.usenetserver.com!news.usenetserver.com!pc02.usenetserver.com!DIALUPUSA.NET!not-for-mail Original-Newsgroups: gnu.emacs.help X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-X-Complaints-To: abuse@usenetserver.com Original-Lines: 20 Original-X-Trace: dda2f44f0ef6da13a85db30831 Original-Xref: shelby.stanford.edu gnu.emacs.help:141338 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36958 Archived-At: "winsphinX" wrote in message news:ecql9q$o8i$5@news.yaako.com... > i can get news and mail by emacs+gnus,but cannot send mail. > in debug result, i see the words: 544:reciptient address reject:relay > access denied. > there's my .emacs config fileŁ¨part of smtp only): > ............... > (setq send-mail-function 'smtpmail-send-it) > (setq message-send-mail-function 'smtpmail-send-it) > (setq smtpmail-smtp-server "smtp.sohu.com") > (setq smtpmail-default-smtp-server "smtp.sohu.com") > (setq smtpmail-auth-credentials '(("smtp.sohu.com" 25 "winsphinx" > "******"))) > (setq smtpmail-debug-info t) Third time's the charm! Does it really say "reciptient" (copy-pasted?)" Maybe you misspelled the addie. Can you send mail to yourself. I just did with C-x m .... etc.