info-gnus-english
[Top][All Lists]
Advanced

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

send mail directly using smtp ?


From: William Xuuu
Subject: send mail directly using smtp ?
Date: Wed, 05 Jan 2005 17:18:26 +0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

Hi!

I have the following in my .gnus.el:

(require 'smtpmail)
(setq send-mail-function 'smtpmail-send-it
      message-send-mail-function 'smtpmail-send-it
      smtpmail-smtp-server "smtp.163.com"
      smtpmail-default-smtp-server "smtp.163.com"
      smtpmail-smtp-service 25
      smtpmail-auth-credentials '(("smtp.163.com" 25 "william_xuuu"
      "secret")))

(setq smtpmail-debug-info t)

When sending mail, i get an error: 

Sending...
Sending via mail...
220 Coremail SMTP(Anti Spam) System (163com[20030606])
250-smtp3
250-PIPELINING
250-AUTH LOGIN PLAIN NTLM
250-AUTH=LOGIN PLAIN NTLM
250 8BITMIME
553 You are not authorized to send mail as <MAIL FROM:
<william_xuuu@163.com>>, authentication is required
221 Bye
smtpmail-send-it: Sending failed; SMTP protocol error

Am i doing anything wrong? It's really very annoying when i can't use my
Gnus to send mail. Any help would be greatly appreciated.

-- 
William

reply via email to

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