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

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

Re: SMTP with Gnus


From: zrr
Subject: Re: SMTP with Gnus
Date: Sat, 11 Sep 2004 13:13:49 +0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

lrnr <ns@nospam.com> writes:

Hi,

Here is my configuration in the .gnus.el

(load "smtpmail")
(setq smtpmail-smtp-server "smtp.mail.yahoo.com.cn")
(setq smtpmail-default-smtp-server "smtp.mail.yahoo.com.cn")
(setq send-mail-function 'smtpmail-send-it)
(setq message-send-mail-function 'smtpmail-send-it)
(setq smtpmail-smtp-service 25)
(setq smtpmail-auth-credentials '(("smtp.mail.yahoo.com.cn" 25 "account_name"
                                   "xxxxxxxxxxx")))             
^^^^^^^^^^^^without @yahoo.xxx
> Hi,
>
> I am trying to use SMTP with Gnus, I followed the instructions from this
> site:
>
> http://josefsson.org/smtpmail.html#Emacs%20Speaks%20SM
>
> Then I got the latest version of smtpmail.el as described here:
> http://josefsson.org/emacs-rfc2554.html
>
> But I am still getting this error:
>
> 250-smtp100.rog.mail.re2.yahoo.com
> 250-AUTH LOGIN PLAIN
> 250-PIPELINING
> 250 8BITMIME
> MAIL FROM:<dfgh@rogers.com>
> 530 authentication required - for help go to 
> http://help.yahoo.com/help/us/mail/pop/pop-11.html
> QUIT
>
>
> -- 
> lrnr

reply via email to

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