R. David Murray <rdmur...@bitdance.com> added the comment:

Perhaps.

You can help narrow this down by doing the following:  In your program do a 
'print msg.as_string()' and see if you see the ! problem there.

If not, try using several different SMTP servers to send your email.  If the ! 
problem shows up with all of them, then perhaps the problem is with smtplib.  
In that case, please post a full working program including all needed input 
data so that I can test it myself against my own mail server.

Also please confirm that the problem still exists if you use 2.7, since that is 
the only 2.x release that gets bug fixes at this time.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6327>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to