unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kyle Lee <j4v4r@163.c0m>
Subject: Re: Windows email error
Date: Thu, 23 Jun 2005 16:34:45 +0800	[thread overview]
Message-ID: <87aclhzd22.fsf@hyper.org> (raw)
In-Reply-To: 42b8f656$0$18642$14726298@news.sunsite.dk

u can try this:

(require 'smtpmail)
(setq smtpmail-debug-info t)
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-default-smtp-server "smtp.163.com")
(setq smtpmail-smtp-server "smtp.163.com")
(setq smtpmail-local-domain "163.com")   ;; <<-
(setq smtpmail-sendto-domain "163.com")  ;; <<-

(setq smtpmail-auth-credentials  ; or use ~/.authinfo
      '(("smtp.163.com" 25 "usr" "pwd")))

-- 
Kyle

非淡泊无以明志,非宁静无以致远

More info about Kyle , [http://kyle.bloghome.cn]

      parent reply	other threads:[~2005-06-23  8:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87aclhzd22.fsf@hyper.org \
    --to=j4v4r@163.c0m \
    /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.
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).