|
|||||||
|
NMS FormMail
NMS FormMail is a CGI program designed to generate E-Mail based on the input from an HTML form. InstallationTo install the NMS FormMail on your Virtual Private Server, connect to your server via SSH or Telnet and run the following command: % vinstall formmail This command installs two files, FormMail.pl and README, into your ~/www/cgi-bin directory. UsageCreate a form that you would like the contents mailed to some address. The form should include the following field (at the very least):
Other optional fields can also be used to enhance the operation of FormMail for you site, for example:
Several other fields are supported. See the README file for a complete presentation of the supported fields. The following is an example of how your form could be designed: <form method="POST" action="/cgi-bin/formmail.pl"> <input type="hidden" name="recipient" value="order@yourdomain.com"> <input type="hidden" name="subject" value="Order Request"> <input type="hidden" name="required" value="realname,email,phone"> <h3>Please Enter Your Name:</h3> <input name="realname" size="40"> <h3>Please Enter Your Email Address:</h3> <input name="email" size="40"> <h3>Please Enter Your Phone Number:</h3> <input name="phone" size="40"> . . . <input type="submit" value="Submit"> <input type="reset" value="Reset"> </form> |
||||||
|
Send mail to: mailto:webmaster@littletechshoppe.com with questions or comments about this web site. Copyright © 1996-2004. A Little Technology Shoppe, LLC (alts.net®). All rights reserved. Netscape and the Netscape Logo are registered trademarks of Netscape Communications Corp. Microsoft is a registered trademark and the Microsoft Internet Explorer Logo is a trademark of Microsoft. All trademarks are owned by the respective company or A Little Technology Shoppe, LLC. | |||||||