Re: python create mail

2006-01-14 Thread Tim Roberts
[EMAIL PROTECTED] wrote: >hey I need help in sending email, > >It seems that while using this set of commands > >from smtplib import SMTP > > s = SMTP() > s.set_debuglevel(1) > s.connect('outmail.huji.ac.il') > >I should be able to get a connection but what I get is this error > >T:\Anya\work>mai

Re: python create mail

2006-01-12 Thread Tim Williams (gmail)
on 1/12/06, Tim Williams (gmail) < [EMAIL PROTECTED]> wrote: On 12 Jan 2006 04:28:44 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: hey I need help in sending email,It seems that while using  this set of commands from smtplib import SMTPs = SMTP()s.set_debuglevel(1)s.connect('outmail.hu

Re: python create mail

2006-01-12 Thread Peter Hansen
[EMAIL PROTECTED] wrote: > hey I need help in sending email, > > It seems that while using this set of commands > > from smtplib import SMTP > > s = SMTP() > s.set_debuglevel(1) > s.connect('outmail.huji.ac.il') > > I should be able to get a connection but what I get is this error [snip] T

Re: python create mail

2006-01-12 Thread Tim Williams (gmail)
On 12 Jan 2006 04:28:44 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: hey I need help in sending email,It seems that while using  this set of commands from smtplib import SMTP s = SMTP() s.set_debuglevel(1) s.connect('outmail.huji.ac.il')I should be able to get a connection but what I get is

python create mail

2006-01-12 Thread anyab5
hey I need help in sending email, It seems that while using this set of commands from smtplib import SMTP s = SMTP() s.set_debuglevel(1) s.connect('outmail.huji.ac.il') I should be able to get a connection but what I get is this error T:\Anya\work>mail1.py connect: ('outmail.huji.ac.il', 2