Hello!

I like to send email with:
        context=dict(...)
        message=response.render( 'template.txt', context )
        mail.send( to = ['some email'],
                                        subject = 'proba',
                                        message = message,
                                        )
There is some non-ASCII chars in the template, but I got

Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit

And not charset='utf-8' :(

Can I change it somehow?

Tnx.

...

Date: Wed, 17 Feb 2010 09:10:53 +0100 (CET)
From: ....@.......hu

--===============1207362275==
Content-Type: multipart/alternative;
boundary="===============2040283988=="
MIME-Version: 1.0

--===============2040283988==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit

Sziasztok!

Új számla lett felvéve a rendszerbe az alábbi adatokkal:

========================================================
Eladó     : New-Network
Számlaszám: ffgg45

....

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to