Problem

Tim Chase python.list at tim.thechases.com
Thu Oct 15 14:08:29 EDT 2009


> I can't send emails out. Can u fix this problem please?

The problem is on line 72.

Oh wait...you didn't include any code or the traceback.  Yeah,
that's gonna make it a little difficult to diagnose.  But I'm
gonna guess that "The authentication setting might not be correct
for your outgoing e-mail [SMTP] server."  Check your use of the 
SMTP libs to ensure that you're authenticating to your SMTP 
server correctly.  Notably, the login() method.

-tkc







More information about the Python-list mailing list