help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Windows email error


From: Raymond
Subject: Windows email error
Date: Wed, 22 Jun 2005 13:25:42 +0800
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]