Automatic Email

  • Thread starter Thread starter maitias
  • Start date Start date
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.
 
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.
 
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

Back
Top Bottom