Message4489
If the selected EMAIL_CHARSET does not support the encoding for some of
the message characters the user get a hard to understand error:
Edit Error: 'latin-1' codec can't encode character u'\u20ac' in position
57: ordinal not in range(256)
For my need the attached quick-fix solves this Problem, but maybe a more
secure Handling is possible.
In addition I noticed that the msgXXX.tmp files for the failed messages
are not deleted and stay around forever. The code has a rollback()
function but I can't find any place where its called. |
|
Date |
User |
Action |
Args |
2012-01-26 13:04:02 | tbsmark86 | set | recipients:
+ tbsmark86 |
2012-01-26 13:04:02 | tbsmark86 | set | messageid: <1327583042.11.0.0893506519731.issue2550740@psf.upfronthosting.co.za> |
2012-01-26 13:04:01 | tbsmark86 | link | issue2550740 messages |
2012-01-26 13:04:01 | tbsmark86 | create | |
|