Hello All,
I have a page that validates and submits the order to the DB, I would like to be able to send an email when there is an order placed automatically.
The action of the form submits to a Validate and Insert page which works fine but no email is sent...
Any help is much appreciated
I have a page that validates and submits the order to the DB, I would like to be able to send an email when there is an order placed automatically.
Code:
<input type="Submit" value="Submit" onClick="mailto:2@web.com?Subject=New Order">
The action of the form submits to a Validate and Insert page which works fine but no email is sent...
Any help is much appreciated