Simon Groenewolt <[EMAIL PROTECTED]> wrote:
> I've noticed encoding problems (how surprizing!) using the email 
> application with a url as body to get the bodycontent from.
> 
> In the page you have something like this:
> 
> <mm:createnode id="mail_object" type="email">
>   <mm:setfield name="from">[EMAIL PROTECTED]</mm:setfield>
>   <mm:setfield name="subject">Nieuwsbrief</mm:setfield>
>   <mm:setfield 
> name="body">http://www.tralala.nl/niewsbriefbody.jsp</mm:setfield>
> </mm:createnode>
> 
> <mm:createrelation source="mail_object" destination="subscribers" 
> role="related" />
> 
> <!-- send the email node -->
> <mm:node referid="mail_object">
>   <mm:field name="mail(oneshot)" />
> </mm:node>


I have occupied myself with this email-application too. Because I needed it.

I modernized it a bit, the above you could now do with:

<mm:createnode id="mail_object" type="email">
   <mm:setfield name="from">[EMAIL PROTECTED]</mm:setfield>
   <mm:setfield name="subject">Nieuwsbrief</mm:setfield>
   <mm:setfield name="body">http://www.tralala.nl/niewsbriefbody.jsp</mm:setfield>
   <mm:function name="mail" />
</mm:createnode>

Also 'cc' and 'bcc' are supported now.


Anyway, this means that you will problably have a conflict in your code now,
I'm sorry. I hope however that you can supply your encoding patch.


Michiel


-- 
Michiel Meeuwissen       |
Mediapark C101 Hilversum | 
+31 (0)35 6772979        |  I hate computers
nl_NL eo_XX en_US        |
mihxil'                  |
 [] ()                   |

Reply via email to