all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Raymond <shen_yong_cn@163.com>
Subject: Windows email error
Date: Wed, 22 Jun 2005 13:25:42 +0800	[thread overview]
Message-ID: <42b8f656$0$18642$14726298@news.sunsite.dk> (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)

             reply	other threads:[~2005-06-22  5:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-22  5:25 Raymond [this message]
2005-06-22 10:54 ` Windows email error It's me FKtPp ;)
2005-06-23  8:34 ` Kyle Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='42b8f656$0$18642$14726298@news.sunsite.dk' \
    --to=shen_yong_cn@163.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.