Monitoring number of smtp bytes sent through python e-mail socket

BJ Swope bigblueswope at gmail.com
Tue Dec 5 11:06:16 EST 2006


BTW, I noticed a bunch of new line characters in your test message.

If you ever send mail to a qmail server it will be rejected because rfc 821
says that new line characters cannot occur without a carriage return.  So
change all those \n's to \r\n's ;)
-- 
We are all slave to our own paradigm. -- Joshua Williams
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20061205/e6780507/attachment.html>


More information about the Python-list mailing list