Now when i send mail by clicking the link (iam sending my self
for debugging) iam gettting only link but not the page.
the problem is with
<dtml-mime
type="text/html">
<dtml-var article
>
</dtml-mime>
.......................
I want to know to get hold of zope object and display its content with
<dtml-var article>,
when you know the path of the object.
i tried
<dtml-var "_.get(article)">
but still it is giving problem.
................................
Thank you,
Regards,
Dhanu