Re: Yahoo SMTP
From: Peter L Hansen (peter_at_engcorp.com)
Date: 10/18/04
- Next message: Andrea Griffini: "Is there a "Large Scale Python Software Design" ?"
- Previous message: Donnal Walter: "Re: acting on items passed to a method via a dictiomary"
- In reply to: LutherRevisited: "Re: Yahoo SMTP"
- Next in thread: Gerhard Häring: "Re: Yahoo SMTP"
- Reply: Gerhard Häring: "Re: Yahoo SMTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 18 Oct 2004 16:04:20 -0400
LutherRevisited wrote:
> Thanks for the reply, recently I have tightened up my code to now reach the
> point where my ISP can reject me on port 25...LOL I am curioius about AUTH, I
> have no idea how this is done and have seen no mention of it in the module
> index under smtplib. If anyone could point me to where I should look for info
> on that I'd be grateful.
If Googling for "smtp auth" didn't help you, try adding "rfc" and
you should get where you need to be to learn more.
(Unless you are asking "how is this done in Python", in which
case the answer is either "it isn't" (if it isn't), or "use
the source" (if it is). ;-) )
-Peter
- Next message: Andrea Griffini: "Is there a "Large Scale Python Software Design" ?"
- Previous message: Donnal Walter: "Re: acting on items passed to a method via a dictiomary"
- In reply to: LutherRevisited: "Re: Yahoo SMTP"
- Next in thread: Gerhard Häring: "Re: Yahoo SMTP"
- Reply: Gerhard Häring: "Re: Yahoo SMTP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|