Hi, Why not try formmail - all you do is set the form up with (for example) :-
<form name="form1" method="POST" action="formmail.pl">
<input type=hidden name="recipient" value="info@you.com">
<input type=hidden name="subject" value=" whatever">
<input type=hidden name="required" value="realname,email,comments">
<table width="97%" border="0" cellpadding="5">
... input fields go here
It's very easy to use as long as you can run cgi or perl on the server.
Hope this helps
John