Commit ee248ee7 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Better support of UTF-8

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12231 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3e87dbe2
......@@ -69,7 +69,7 @@
<item>
<key> <string>_body</string> </key>
<value> <string>for email in email_recipient_list:\n
context.MailHost.send("From: %s\\nTo: %s\\n\\n\\n%s" % (email_sender,email,email_text),\n
context.MailHost.send("From: %s\\nTo: %s\\nContent-Type: text/plain;\\n charset=\\"utf-8\\"\\n\\n\\n%s" % (email_sender,email,email_text),\n
mto=email, mfrom=email_sender,\n
subject=email_title, encode=\'8bit\')\n
\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment