Netro: FormMail script

Overview
The FormMail script can be conveniently used to send an email
from a form located on your website to to a netro (localhost) address.
The script is located at:
http://members.netro.com.au/cgi-bin/FormMail.pl

Documentation
For more details refer to:
http://www.scriptarchive.com/formmail.html
http://nms-cgi.sourceforge.net/formmail_compat-3.14c1/README

Example
Checkout the Netro Contact form

The sample script below shows the recipient as
userid@localhost (instead of userid @ netro.com.au)
This keeps the email addresses partially anonymous
reducing unsolicited emails from SPAM harvesters

test.htm:

Email Form<br>
<form method="POST" action="/cgi-bin/FormMail.pl">
Name* <input type="text" name="realname" size="20"><br>
Email* <input type="text" name="email" size="20"><br>
Comment: <input type="text" name="comment" size=20"><br>
<input type="hidden" name="recipient" value="userid@localhost">
<input type="hidden" name="subject" value="Test Form">
<input type="hidden" name="required" value="realname,email">
<input type="hidden" name="env_report" value="REMOTE_ADDR">
<input type="submit"><input type="reset"><br>
* Required field<br>
</form>

Referrer
If you get a referrer error, please email us,
so that we can configure the formmail script to accept your web address.

Links:
Protecting your website's email addresses from Spammers
Javascript email link encoder