[Zope] Re: E-mail with Date.

Maik Jablonski maik.jablonski at uni-bielefeld.de
Mon Feb 16 10:31:35 EST 2004


Fernando Lujan wrote:

> Hi everybody,
> 
> How could I set a date in my e-mail using the sendmail tag?

Something like this should work for you:

<dtml-sendmail mailhost=MailHost>
Date: <dtml-var "ZopeTime().rfc822()">
...
</dtml-sendmail>

Cheers, Maik




More information about the Zope mailing list