Automatic Email (1 Viewer)

M

maitias

Guest
I want an automatic email to be sent when a customer sends a booking form to my database but I dont know how to do this.
If anyone knows how this can be done let me know. Thanks.
 

Kodo

"The Shoe"
Local time
Today, 06:51
Joined
Jan 20, 2004
Messages
707
well, theory behind it is. When someone submits a booking, some code fires off to send an email. What you need to tell is what language your website was built in and what type of server it's running on.
 

webster

Registered User.
Local time
Today, 03:51
Joined
Mar 21, 2006
Messages
20
Upon submission of the booking, invoke a sendEmail(..) example
function to email whatever details you like to email.
Code depends on which lang you using i.e php/ASP.NET etc.

hope this helps.

John
 

Users who are viewing this thread

Top Bottom