View Full Version : How to send a thank you note notification
dotnet11
12-23-2006, 04:15 AM
I created a feedback form with classic ASP with Microsoft Access as the database. When a user submits the form, it gets added to the database. When this happens I want to send an email to my email account regarding the new user and also I want to send a thankyou note to the customer. How to do this?
Thanks
bostjank
12-24-2006, 02:20 PM
There are many way to send e-mails - depending on the components on your server. Typically on IIS you can use CDONTS.NewMail object or CDOSYS objects.
For more information see http://support.microsoft.com/kb/186204 or http://www.w3schools.com/asp/asp_send_email.asp.
Please note that CDOSYS is now the preffered method for sending e-mail if your server supports it.
Bostjan
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.