Currently we have a product registration page that we would like to add an auto responder to so clients feel the submission has actually worked as opposed to the sceptical thank you page!
The problem we have is that we really really want to avoid spammers and assume as soon as a simple PHP auto-responder is implemented (even with Captcha) we'll be stuck with a constant concern over it's vulnerability.
The form currently requires the user to enter their email address amongst other information which is then sent directly to us, from us in terms of the email address (i.e. if we are info@test.com, we have set it so we receive the email from info@test.com).
My question - is there a way to auto-respond to form submissions using our mail server, so essentially the mail must hit us first (so we can check the validity of form submissions better than a PHP log) and if so, is there a way of responding to an email address submitted in the form which will be in the email body?
Any advice or point in the right direction would be a great help thank you.
Stu
The problem we have is that we really really want to avoid spammers and assume as soon as a simple PHP auto-responder is implemented (even with Captcha) we'll be stuck with a constant concern over it's vulnerability.
The form currently requires the user to enter their email address amongst other information which is then sent directly to us, from us in terms of the email address (i.e. if we are info@test.com, we have set it so we receive the email from info@test.com).
My question - is there a way to auto-respond to form submissions using our mail server, so essentially the mail must hit us first (so we can check the validity of form submissions better than a PHP log) and if so, is there a way of responding to an email address submitted in the form which will be in the email body?
Any advice or point in the right direction would be a great help thank you.
Stu
Comment