IIS6 Front Page Extension: Set Reply-To in Webbot mailers
- by hurikhan77
We are running some old legacy IIS6 websites with frontpage extensions. The contact forms (using webbot frontpage extension) use the administrators email address as from address which is pretty cumbersome as our customers tend to click just reply in the requests they receive and we always get these mails and have to bother about them.
How do you set a reply-to per webbot form? Or how do you set a from or reply-to globally per IIS6 vhost?
In the HTML code it looks like this:
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
S-Email-Address="[email protected]"
... -->
But this is the recipient address. Additional question: Will it be sufficient to just change this code? Or do I need to apply settings elsewhere?