Nicolas Georgakopoulos wrote:
I installed the MailTemplates product to Zope and try to run the example
from the readme file:
--------------------------------------------------
Simple Example
This example sends a simple templated mail to a specific
address.
Add the following to a Mail Template called my_mt:
<tal:body xmlns:tal="http://xml.zope.org/namespaces/tal"
xmlns:metal="http://xml.zope.org/namespaces/metal"
>Dear <tal:x replace="options/mto"/>,
<tal:x replace="user/getId"/> would like to thank you for
your interest in:
<a href=""
tal:define="url root/absolute_url"
tal:attributes="href url"
tal:content="url"/>
<tal:x replace="option/message"/>
d'oh, that's a typo ;-)
<tal:x replace="options/message"/>
I'll go and correct that in svn now :-)
cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )