|
| A R C H I V E D M E S S A G E |
|
Subject: multiple auto replies |
| Posted: 03/05/2004 at 12:58:40 pm |
| By: Victoria |
| I see in the script different success pages are possible and also that you can send to different email addresses when using multiple forms.
I only cannot figure out how I can send a different auto reply fitting with the different forms on the site.
i.e. form1 will have autoreply1
form2 .. .. autoreply2
etc.
Is this possible and do i missed it in the text?
thanks | |
|
|
Subject: Re: multiple auto replies |
| Posted: 03/05/2004 at 1:40:32 pm |
| By: Seth Knorr |
| It is included in the readme file which is also below:
<!----- (OPTIONAL) - "plain_mesfile" specifies the Plain Text auto-response message that will be sent. ---->
<input type="hidden" name="plain_mesfile" value="plain.mes">
<!---- YOU CAN LEAVE THIS FIELD OUT OF THE FORM AND IT WILL BY DEFAULT SEND plain.mes --->
<!---- - (OPTIONAL) - "html_mesfile" specifies the HTML auto-response message that will be sent. ---->
<input type="hidden" name="html_mesfile" value="html.mes">
<!---- YOU CAN LEAVE THIS FIELD OUT OF THE FORM AND IT WILL BY DEFAULT SEND html.mes --->
...
Seth | |
|
|
Subject: Re: multiple auto replies |
| Posted: 03/05/2004 at 3:02:51 pm |
| By: Victoria |
| If I understand well:
<input type="hidden" name="plain_mesfile" value="plain.mes(1)">
<input type="hidden" name="plain_mesfile" value="plain.mes(2)">
| |
|
|
Subject: Re: multiple auto replies |
| Posted: 03/05/2004 at 6:23:25 pm |
| By: Seth Knorr |
| Actualy you would replace "plain.mes(1)" and "plain.mes(2)" with the actual file names; which should be uploaded to the same directory as bizmail.cgi or bizmail.pl | |
|
|