[Zope] mailhost example problem

Geoffrey L. Wright geoff@northernwastes.org
22 Jan 2001 04:45:21 -0900


"Michael Angelo" <michaelangelo@webmind.com> writes:

> hi,
> 
> i am experiencing a strange problem with using the mailhost example on
> zope.com.
<snip>


This might sound totally off the wall, but I think that anything
enclosed in <dtml-sendmail> tags can't have any preceding whitespace.

Try this:


<dtml-var standard_html_header>

<dtml-sendmail mailhost="MailHost">
To: michaelangelo@webmind.com
From: michaelangelo@intelligenesis.net
Subject: Feedback from the web

message goes here
</dtml-sendmail>

  <h1>Thank you for your input!</h1>
  <p>Your comments have been sent.</p>

<dtml-var standard_html_footer>


I think I remember having this same issue once upon a time.  But then,
it's 4:42 Alaska-time, so it may just be that I need to go to bed
now...

> thanks
> 
> mike

//glw