On 2007-09-14, 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?
>
> # Here's the error
>>>> server = smtplib.SMTP("smtp.gmail.com",465)

smtp.gmail.com port 465 is SSL only. Try port 587 instead.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to