5 Apr
2004
5 Apr
'04
6:34 p.m.
Henny van der Linde wrote at 2004-4-4 20:31 +0200:
How can i put links within the sendmail tag?
You just put them in. For an HTML formatted mail: <dtml-sendmail ...> ... <a href="http://www.zope.org">The Zope Home Page</a> ... </dtml-sendmail> for a text mail: <dtml-sendmail ...> ... The Zope Home Page ("http://www.zope.org"> </dtml-sendmail> Note that you must never have leading whitespace in your "dtml-sendmail". Indentation above is just to indicate quoting.... -- Dieter