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 django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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 subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



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.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---