AUTO-RESPONSE EMAIL


$PLAIN_mes_file{""}

Simply enter all the possible Plain Text files you will want to use as the message content for the Auto-Response Emails.

Example Config:

$PLAIN_mes_file{"1"} = "plain.mes";
$PLAIN_mes_file{"2"} = "second_text.mes";
$PLAIN_mes_file{"3"} = "etc.mes";


For example, if you want to use plain.mes as your Plain Text Auto-Response email message content, then format the "plain_mesfile" field on the form as follows:
<input name="plain_mesfile" type="hidden" value="1">

-OR- If you want to use second_text.mes as your Plain Text Auto-Response email message content, then format the "plain_mesfile" field on the form as follows:
<input name="plain_mesfile" type="hidden" value="2">

Please note: You can have as many $PLAIN_mes_file{""} entries as you would like in bizmail.cgi
IF YOU LEAVE THIS FIELD OUT OF THE FORM IT WILL DEFAULT TO plain.mes


$HTML_mes_file{""}

Simply enter all the possible HTML files you will want to use as the message content for the Auto-Response Emails.

Example Config:

$HTML_mes_file{"1"} = "html.mes";
$HTML_mes_file{"2"} = "second_html.mes";
$HTML_mes_file{"3"} = "etc_html.mes";

For example, if you want to use html.mes as your HTML Auto-Response email message content, then format the "html_mesfile" field on the form as follows:
<input name="html_mesfile" type="hidden" value="1">

-OR- If you want to use second_html.mes as your HTML Auto-Response email message content, then format the "html_mesfile" field on the form as follows:
<input name="html_mesfile" type="hidden" value="2">

Please note: You can have as many $HTML_mes_file{""} entries as you would like in bizmail.cgi
IF YOU LEAVE THIS FIELD OUT OF THE FORM IT WILL DEFAULT TO html.mes