From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Raymond Newsgroups: gmane.emacs.help Subject: Windows email error Date: Wed, 22 Jun 2005 13:25:42 +0800 Organization: SunSITE.dk - Supporting Open source Message-ID: <42b8f656$0$18642$14726298@news.sunsite.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1119417829 5902 80.91.229.2 (22 Jun 2005 05:23:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2005 05:23:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 22 07:23:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dkxhy-00033b-Ro for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Jun 2005 07:23:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkxoX-0001yn-GI for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Jun 2005 01:30:17 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.banetele.no!dotsrc.org!news.dotsrc.org!not-for-mail User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 63.96.162.1 Original-X-Trace: news.sunsite.dk DXC=W0nSkZX0O; nN2]LRcf6HDcYSB=nbEKnkk6QjmY>0SDFmEka Original-X-Complaints-To: staff@sunsite.dk Original-Xref: shelby.stanford.edu gnu.emacs.help:132111 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:27585 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27585 I have add following into my emacs. Why I can't use smtp mail still? When I send email. The error message is "SMTP protocol error!". ;; If you use the default mail user agent. (setq send-mail-function 'smtpmail-send-it) ;; If you use Message or Gnus. (setq message-send-mail-function 'smtpmail-send-it) (setq user-full-name "Raymond Shen") (setq user-mail-address "shen_yong_cn@163.com") (setq smtpmail-smtp-server "smtp.163.com") (setq smtpmail-auth-credentials '(("smtp.163.com" 25 "shen_yong_cn" "passwd"))) (setenv "MAILHOST" "pop3.163.com") (setq rmail-primary-inbox-list '("po:shen_yong_cn") rmail-pop-password-required t)