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

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

Re: Windows email error


From: Kyle Lee
Subject: Re: Windows email error
Date: Thu, 23 Jun 2005 16:34:45 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

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]


reply via email to

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