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