Sean Nakasone <[EMAIL PROTECTED]> wrote:
>
>I'm having trouble with sending smtp mail.  It's hanging after the 
>smtplib.SMTP() line. It doesn't works from home but not from work.  What's 
>the best way to debug this?

It's quite possible that your network at work has a firewall blocking these
ports.  Many employers allow outgoing connections only on ports 25, 80, and
443.
-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to