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