Re: using django.core.mail with utf-8

2006-04-09 Thread Gacha
Thanks, but how I see, this is for 0.91, but I use m-r version. Maybe I'l try the python smtplib? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: using django.core.mail with utf-8

2006-04-09 Thread arthur debert
right now this is not possible. there is, however, a patch in the ticket system #1541 ( http://code.djangoproject.com/ticket/1541 ) that will do it... ) sample usage on the ticket... cheers --~--~-~--~~~---~--~~ You received this message because you are

using django.core.mail with utf-8

2006-04-09 Thread Gacha
I want to send email to users. The default charset is us-ascii, but I need utf-8. How I see, there is SafeMIMEText class, where I can specify the charset and other things, but I dont know how to use it. Can someone give me a simple example. --~--~-~--~~~---~--~~