[Zope] dtml-sendmail and non-ascii chars in To: line
Bories v. dem Bussche
clamor@fafalter.de
Sun, 06 Jul 2003 00:32:58 +0200
Hi,
I'd like to send some mail with the <dtml-sendmail> tag. Unfortunately
the To: line should include the real name of the recipient and the real
name includes non ascii characters.
I thought, I could do it with the quopri module, but since this zope
instance runs on a python 1.5.2 base, I don't have
"quopri.encodestring()" . Using a newer version of the quopri module
gave me a Guarded.py error.
What can I do?
Thanks
Bories v. dem Bussche