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

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

Re: SMTP with Gnus


From: Simon Josefsson
Subject: Re: SMTP with Gnus
Date: Sat, 11 Sep 2004 14:29:23 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

zrr <beijing_2008_gold@yahoo.com.cn> writes:

> 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

Looks good.  Did you really load the correct smtpmail.el?  If you do
C-h v smtpmail-auth-credentials RET, do you see an explanation for the
variable?

>>
>> 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]