From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "winsphinX" Newsgroups: gmane.emacs.help Subject: Re: cannot send mail by emacs+gnus Date: Sun, 27 Aug 2006 20:15:10 +0800 Organization: Bentium Ltd. (CN99) Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1156682438 8844 80.91.229.2 (27 Aug 2006 12:40:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Aug 2006 12:40:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 27 14:40:37 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 1GHJwI-0003f0-8K for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Aug 2006 14:40:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GHJwH-0006ef-BY for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Aug 2006 08:40:33 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.cn99.com!news.yaako.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: 226.84.187.60.broad.sx.zj.dynamic.cndata.com Original-X-Trace: news.yaako.com 1156680910 7941 60.187.84.226 (27 Aug 2006 12:15:10 GMT) Original-X-Complaints-To: usenet@news.yaako.com Original-NNTP-Posting-Date: Sun, 27 Aug 2006 12:15:10 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-RFC2646: Format=Flowed; Original Original-Xref: shelby.stanford.edu gnu.emacs.help:141342 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:36962 Archived-At: there's a spell mistake - 'recipient' is correct. and in fact i cannot send to anyone, including myself. and C-x m is same as M-x mail, i think, but also failed. "B. T. Raven" 写入消息新闻:dda2f$44f0ef6d$49f207e$30831@DIALUPUSA.NET... > > "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. >