for an example:
...............
(setq user-mail-address "[EMAIL PROTECTED]")
(setq smtpmail-auth-credentials
    '(("smtp.163.com"   25    "USERNAME"   "PASSWORD")))
(setq smtpmail-default-smtp-server "smtp.163.com")
(setq smtpmail-smtp-server "smtp.163.com")
(setq message-send-mail-function 'smtpmail-send-it)
...................

in this case, i use a fake mail address (setq user-mail-address
"[EMAIL PROTECTED]") , and now it fails on sending mail when smtp server
authenticate it. on the other hand, if i use my true address, i worry
about when i use newsgroup, i will get many spams.
anyone can provide a good way?
thanks for any help.

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to