Help with HTML Form...sending email to entered address

windows

Guest
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. <br />
<br />
Anyone know how to do that?<br />
<br />
Thanks in advance.<!--content-->There's two things you could do here, if your server host supports autorespond you could set up an auto responder.<br />
<br />
Secondly (much better)<br />
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<!--content-->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. <br />
<br />
Thanks for the input and if anyone has another solution, please let me know.<!--content-->
 
Back
Top