Click to See Complete Forum and Search --> : Help with HTML Form...sending email to entered address


Frost
03-31-2003, 10:55 AM
Ok, so I have this form which sends all data entered to my email address. I'm lookin for a way to ALSO send a confirmation email to the email address entered into the form.

Anyone know how to do that?

Thanks in advance.

Damien
03-31-2003, 11:18 AM
There's two things you could do here, if your server host supports autorespond you could set up an auto responder.

Secondly (much better)
Use a script called bizmail, do a search on cgi-resources.com for it. It will send the mail to an address, write it to a flatfile database and do a responder aswell

Frost
03-31-2003, 12:09 PM
I'm lookin at bizmail now. I'll have to look at it a little closer later but I was hopin for there to be an easier solution, something as simple as an another tag in the forms code. I'm not sure if my server supports autorespond or not. I use a linux server on webmasters.com.

Thanks for the input and if anyone has another solution, please let me know.