unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Windows email error
@ 2005-06-22  5:25 Raymond
  2005-06-22 10:54 ` It's me FKtPp ;)
  2005-06-23  8:34 ` Kyle Lee
  0 siblings, 2 replies; 3+ messages in thread
From: Raymond @ 2005-06-22  5:25 UTC (permalink / raw)


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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-23  8:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-22  5:25 Windows email error Raymond
2005-06-22 10:54 ` It's me FKtPp ;)
2005-06-23  8:34 ` Kyle Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).