IIS6 Front Page Extension: Set Reply-To in Webbot mailers

Posted by hurikhan77 on Server Fault See other posts from Server Fault or by hurikhan77
Published on 2010-03-23T15:14:42Z Indexed on 2010/03/23 15:23 UTC
Read the original article Hit count: 365

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?

© Server Fault or respective owner

Related posts about iis

Related posts about frontpageserverextensions