[Zope-dev] Easy DTML question
Hannu Krosing
hannu@tm.ee
Thu, 18 Nov 1999 10:55:32 +0200
John Fohrman wrote:
>
> I appreciate this response, but it unfortunately it didn't work. Anyone have
> any other ideas?
>
In what way did it not work ?
Maybe it is _not_ an "Easy DTML question" but instead a "Tricky Sendmail
Issue" ?
> >
> > try
> > <!--#sendmail mailhost=MailHost
> > mailfrom=sender
> > mailto="'smtp:'+email" -->
does it work when you use a fixed string, like
<!--#sendmail mailhost=MailHost
mailfrom=sender
mailto="'smtp:someone@somewhere.net'" -->
-----------------
Hannu