* Help: About smtp authentication
@ 2004-10-07 6:23 Dachao Li
2004-10-07 7:03 ` zrr
[not found] ` <mailman.1878.1097133061.2017.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: Dachao Li @ 2004-10-07 6:23 UTC (permalink / raw)
I can not use the gnus to send mail because smtp server need
authentication, How should I setup .gnus.el?
Thanks for help.
--
My command is this: Love each other as I have loved you.
JOHN 15:12
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Help: About smtp authentication
2004-10-07 6:23 Help: About smtp authentication Dachao Li
@ 2004-10-07 7:03 ` zrr
[not found] ` <mailman.1878.1097133061.2017.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 4+ messages in thread
From: zrr @ 2004-10-07 7:03 UTC (permalink / raw)
Cc: help-gnu-emacs
Dachao Li <dachao_sandy@sohu.com> writes:
(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 "username"
"password")))
> I can not use the gnus to send mail because smtp server need
> authentication, How should I setup .gnus.el?
> Thanks for help.
> --
> My command is this: Love each other as I have loved you.
> JOHN 15:12
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.1878.1097133061.2017.help-gnu-emacs@gnu.org>]
* Re: Help: About smtp authentication
[not found] ` <mailman.1878.1097133061.2017.help-gnu-emacs@gnu.org>
@ 2004-10-07 8:20 ` Dachao Li
2004-10-07 13:51 ` Jose A. Ortega Ruiz
1 sibling, 0 replies; 4+ messages in thread
From: Dachao Li @ 2004-10-07 8:20 UTC (permalink / raw)
zrr <beijing_2008_gold@yahoo.com.cn> writes:
> Dachao Li <dachao_sandy@sohu.com> writes:
>
> (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 "username"
> "password")))
>
> > I can not use the gnus to send mail because smtp server need
> > authentication, How should I setup .gnus.el?
> > Thanks for help.
> > --
> > My command is this: Love each other as I have loved you.
> > JOHN 15:12
> > _______________________________________________
> > Help-gnu-emacs mailing list
> > Help-gnu-emacs@gnu.org
> > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
>
>
It really help me.
Thank you.
--
My command is this: Love each other as I have loved you.
JOHN 15:12
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Help: About smtp authentication
[not found] ` <mailman.1878.1097133061.2017.help-gnu-emacs@gnu.org>
2004-10-07 8:20 ` Dachao Li
@ 2004-10-07 13:51 ` Jose A. Ortega Ruiz
1 sibling, 0 replies; 4+ messages in thread
From: Jose A. Ortega Ruiz @ 2004-10-07 13:51 UTC (permalink / raw)
Hi... and what about an smtp server that insists on being contacted
via SSL?
Thanks,
jao
zrr <beijing_2008_gold@yahoo.com.cn> writes:
> Dachao Li <dachao_sandy@sohu.com> writes:
>
> (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 "username"
> "password")))
>
>> I can not use the gnus to send mail because smtp server need
>> authentication, How should I setup .gnus.el?
>> Thanks for help.
>> --
>> My command is this: Love each other as I have loved you.
>> JOHN 15:12
>> _______________________________________________
>> Help-gnu-emacs mailing list
>> Help-gnu-emacs@gnu.org
>> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
>
>
--
Computer games don't affect kids; I mean if Pac Man affected us
as kids, we would all be running around in darkened rooms, munching
magic pills, and listening to repetitive electronic music.
- Kristian Wilson, Nintendo Inc.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-10-07 13:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-07 6:23 Help: About smtp authentication Dachao Li
2004-10-07 7:03 ` zrr
[not found] ` <mailman.1878.1097133061.2017.help-gnu-emacs@gnu.org>
2004-10-07 8:20 ` Dachao Li
2004-10-07 13:51 ` Jose A. Ortega Ruiz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).