I see that django.core.email was recently patched to use the DEFAULT_CHARSET setting to encode all outgoing email. This is a problem -- for my application, I want UTF-8 as my default charset for HttpResponses, but I need to be able to send mail in plain ASCII to communicate with a remote host. Is there a way to work around this new setting?
Russ Blau --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

