Re: strange result with json-server & zope

2006-09-16 Thread Gabriel Genellina
At Saturday 16/9/2006 07:28, astarocean wrote: [the script] body_html = container.mime_mail(body_html=body_html) container.MailHost.send(messageText=body_html, mto=to_email, mfrom=from_email, subject=subject, encode=None) [mime_mail is a dtml-method] "utf8" is not the right spelling, shoul

strange result with json-server & zope

2006-09-16 Thread astarocean
i'm using maildrophost to sendmail and wrote a script for it when the script is called directly from web request , a letter geneated with right things but when the script is called from json-rpc, the letter generated include a mess. see the file with this letter [the script] body_html = containe