<formdata>
<name="comments"
  required
  requiredErr="Be sure to enter some comments">

<name="name"
  required
  requiredErr="Be sure to enter your name">

<name="email"
  respondto>

<name="sendto"
  sendto>

</formdata>

<smtpserver>mail.aracnet.com</smtpserver>
<sender>$email$</sender>

<subject>This is a msg from the guestbook</subject>
<msgbody>
Name: $name$
comments: $comments$
</msgbody>

<rsubject>Thanks for your comments on the gbook</rsubject>
<rmsgbody>
Thanks for your comments.
</rmsgbody>

<dfile append>guestb/thebook.htm</dfile>
<dfileformat><hr>
Name: $name$<br>
Comment: $comments$ <br>
Date/Time: $systemdate$ $systemtime$<br>
</dfileformat>
<succeedmsgfile>guestb/gguestb.txt</succeedmsgfile>
<errmsgfile>guestb/bguestb.txt</errmsgfile>

