On Sat, 21 Nov 2009 08:19:52 -0500, Victor Subervi wrote: Hello Victor,
The information that you have sent comes from the client side of the transaction, so it isn't possible to tell why the server disconnected. Assuming that there is an SMTP server listening on port 25, you need to check the SMTP server logs. You might need to crank up the logging to get useful output. If the information that you pasted in comes from a Django traceback then you could check the Django page on e-mail at http://docs.djangoproject.com/en/dev/topics/email/#topics-email (dev version, you might need to view an older version). Cheers, Kev -- http://mail.python.org/mailman/listinfo/python-list
