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

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

Re: SMTP with Gnus


From: lrnr
Subject: Re: SMTP with Gnus
Date: Sat, 11 Sep 2004 16:29:02 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

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

    zrr> lrnr <ns@nospam.com> writes: Hi,

    zrr> Here is my configuration in the .gnus.el

    zrr> (load "smtpmail") (setq smtpmail-smtp-server
    zrr> "smtp.mail.yahoo.com.cn") (setq smtpmail-default-smtp-server
    zrr> "smtp.mail.yahoo.com.cn") (setq send-mail-function
    zrr> 'smtpmail-send-it) (setq message-send-mail-function
    zrr> 'smtpmail-send-it) (setq smtpmail-smtp-service 25) (setq
    zrr> smtpmail-auth-credentials '(("smtp.mail.yahoo.com.cn" 25
    zrr> "account_name" "xxxxxxxxxxx"))) ^^^^^^^^^^^^without @yahoo.xxx

Thanks! This helped: my error was that I had set my
smtpmail-auth-credentials variable so:

(setq smtpmail-auth-credentials
      '(("smtp" "25" "username" nil)))

The difference with your setting was that I had double quotes
around the port number. So I removed the double quotes (25 instead of
"25") and now it works.

-- 
lrnr

reply via email to

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