![]() |
|
|
|||||||||||||
|
|
Setting up CGI FormMail Recipient Email Address (EM)If you will be sending your CGI FormMail results to an email address under the website domain name, the recipient email address must be specified in a special format. You will need to know the host name of your email server in order to configure the recipient email address properly. Step 1 shows you how to find your email server host name.
Specify the FormMail recipient address using the following format: joe%abcwebsite.com@dhmail01.dollarhost.com The recipient email address in this example is joe@abcwebsite.com, however the email address must be specified as joe%abcwebsite.com@dhmail01.dollarhost.com where abcwebsite.com is the website domain name and where dhmail01.dollarhost.com is the email server host name. Note that the only thing that should be between the single quotes (' ') is the special format email address. Also make sure the paths to Perl and Sendmail are correct, they should look exactly as in the screenshot here. By default these paths are set correctly for you if you download the script from our server.
To do so, you should add the highlighted lines to your HTML form. Important: The input tags which are defined as hidden is information used by the FormMail script only and will not show up in a browser when the page source code is viewed. The hidden value of recipient in the HTML form MUST MATCH the special format recipient_addresses variable you defined as the recipient address in the FormMail.pl script in order for the script to send email.
| ||
|