This form allows you to send mail via a cgi-bin script call. The script
location is:
http://cyberbuzz.gatech.edu/cgi-bin/common/mailform.pl
You may use a GET or a POST, either will be accepted.
NOTICE: It is assumed that you have knowledge of cgi-bin scripts and forms to use this program and understand this FAQ.
Example:
You have
<input type="text" name="orgname">
<input type="text"
name="sendperson">
<!--MAILTEXT
Hello [orgname],
You have been
selected to recieve this email
Thanks, [sendperson]
Sent from IP {REMOTE_HOST}
//-->
System Variables:
SERVER_SOFTWARE
The name and version of the information server software answering the
request (and running the gateway).
Format: name/version
SERVER_NAME
The server's hostname, DNS alias, or IP address as it would appear in self-referencing URLs.
GATEWAY_INTERFACE
The revision of the CGI specification to which this server
complies.
Format: CGI/revision
SERVER_PROTOCOL
The name and revision of the information protcol this request came in
with.
Format: protocol/revision
SERVER_PORT
The port number to which the request was sent.
REQUEST_METHOD
The method with which the request was made. For HCODEP, this is "GET", "HEAD", "POST", etc.
PATH_INFO
The extra path information, as given by the client. In other words, scripts can be accessed by their virtual pathname, followed by extra information at the end of this path. The extra information is sent as PATH_INFO. This information should be decoded by the server if it comes from a URL before it is passed to the CGI script.
PATH_TRANSLATED
The server provides a translated version of PATH_INFO, which takes the path and does any virtual-to-physical mapping to it.
SCRIPT_NAME
A virtual path to the script being executed, used for self-referencing URLs.
REMOTE_HOST
The hostname making the request. If the server does not have this information, it should set REMOTE_ADDR and leave this unset.
REMOTE_ADDR
The IP address of the remote host making the request.
CONTENT_TYPE
For queries which have attached information, such as HCODEP POST and PUT, this is the content type of the data.
<input type=hidden name="recipient"
value="email@your.host.com"> OR
<input type=hidden name="recipient"
value="email@your.host.com,email2@another.host.com">
<input type=hidden name="copyto"
value="email@your.host.com"> OR
<input type=hidden name="copyto"
value="email@your.host.com,email2@another.host.com">
<input type=hidden name="blindcopyto"
value="email@your.host.com"> OR
<input type=hidden name="blindcopyto"
value="email@your.host.com,email2@another.host.com">
<input type=hidden name="subject" value="Your
Subject"> <input type=text name="subject">
<input type=text name="email">
<input type=text name="realname">
<input type=hidden name="redirect"
value="http://your.host.com/to/file.html"> <input type=text name="redirect">
<input type=hidden name="required"
value="email,phone">
<input type=hidden name="title" value="Feedback Form
Results">
<input type=hidden name="return_link_url"
value="http://your.host.com/main.html">
<input type=hidden name="return_link_title" value="Back to Main
Page"#&62;
<input type=hidden name="missing_fields_redirect"
value="http://your.host.com/error.html">
<input type=hidden name="background"
value="http://your.host.com/image.gif">
<input type=hidden name="bgcolor" value="#FFFFFF">
<input type=hidden name="text_color" value="#000000">
<input type=hidden name="link_color" value="#FF0000">
<input type=hidden name=" vlink_color"
VALUE="#0000FF">
<input type=hidden name="alink_color" value="#0000FF">
Any other form fields that appear in your script will be mailed back to you and displayed on the resulting page if you do not have the redirect field set. There is no limit as to how many other form fields you can use with this form, except the limits imposed by browsers and your server.
Support@CyberBuzz.GaTech.edu
Copyright © 1998 CyberBuzz/Georgia Tech
|
Disclaimers |