Air

msg:595115 | 3:26 am on May 15, 2001 (gmt 0) |
You can probably customize a copy of Matt's formmail script to do what you want. It depends too on what triggers the form, is it a simple link or is it tied to the property? If it is tied to the property then the link could trigger a slighlty modified version of formmail and insert the appropriate e-mail addy in a hidden input field. check out [cgi-resources.com...] and [perlarchive.com...] for ready made scripts that may help.
|
Brett_Tabke

msg:595116 | 5:21 am on May 15, 2001 (gmt 0) |
If I understand the problem Austtr, you could code each email address with the originating website: <a href="myform-mail.cgi?foo.com">Contact us</a> Then the receiving script would pull out the foo.com as the originating site. It would require specific coding of the source mail of course - maybe that isn't what you want.
|
|