Forum Moderators: mack
<form action=http://YourHost.com/formmail.pl method=post>
<input type=hidden name=recipient value=youremail@domain.com>
<p>Name: <input type=text name=name>
<p>Email: <input type=text name=email>
<p>Message: <textarea name=message</textarea>
<input type=submit name=submit value=submit>
</form>
The "http://YourHost.com/formmail.pl" is just an example. You'll need to see what your host's formmail address is, if they even have one. If not then you can download a formail script off the net and upload it to your server. They're easy to find.