On 4/19/07, Condredge <[EMAIL PROTECTED]> wrote: > > I wonder if anyone else has discovered this problem. I have an > application which sends email. Most of the recipients get the email > fine, however some of them receive a message which looks all garbled. > The reason is that the message is encoded in utf_8. When I changed > the DEFAULT_CHARSET to US_ASCII it solved the problem. However, I'd > rather use utf_8 for the default_charset and just set it to ascii for > sending email. Is there a way to do this or do I have to use python's > email modules directly?
Hi Condredge, This is a known issue/feature request, logged as #2007 (with a related issue as #3472). Work on the send_mail interface has been a recent topic of discussion; we are aware of the problem, and hope to address it soon. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

