Email Form Mailer CGI

This email cgi is a generic way of taking information from a form on the web and emailing that information to someone's mailbox. Copy and past the code exactly the way you see it. Copy the follow code and paste it to your form html page. Change the text in bold for your particular needs.

Copy this text for the <form> tag exactly the way it is. Do not modify it:

<FORM action="http://www.eos.net/cgis/forms/forms.acgi" method="post">

Copy and paste this code to the </form> tag:

            
<CENTER><P><INPUT TYPE="submit" NAME="*submit_form"
            VALUE="Submit"><INPUT TYPE="reset"
            VALUE="Clear Form"><INPUT TYPE="hidden" NAME="*mailto"
            VALUE="Part 1"><INPUT TYPE="hidden"
            NAME="*mailfrom"
            VALUE="Part 2"><INPUT TYPE="hidden"
            NAME="*mailsubject" VALUE="Part 3"
            size=50 maxlength=50><BR>
<INPUT TYPE="hidden" NAME="*smtphost"
            VALUE="mail.eos.net"><INPUT TYPE="hidden" NAME="*header"
            VALUE="<title>Form Reply</title>
            <body><h2>Part 4</h2>"></P></CENTER>
            
</FORM>
            
            
            

Explanation for code:

  • Part 1 - Type in the email address for where the information is sent.
  • Part 2 - Type in an email address that will be used in the "from" section of the email header. It may be fictitious. An example is "signups@eos.net"
  • Part 3 - Type in the email subject. A good idea is to make sure the person receiving the email knows it comes from the web page.
  • Part 4 - This is the message that the person who submits the information will get once they are finished. A good example of this is "Thank you for signing up. You will receive email confirmation of your reservation."
Also See: Flexmail | Back to Main CGI Page

Home | Information | Our Services | Web Hosting | Technical Support
Education | Web Site Design | Search the Web | Useful Sites