Skip to main content
Participating Frequently
April 13, 2007
Question

Sending an email when order is placed

  • April 13, 2007
  • 1 reply
  • 234 views
I need to send an email notifying the website owner whenever an order is placed. What would be the best option? And how would this be done?

ASP/VBScript
SQL Server 2005
This topic has been closed for replies.

1 reply

Inspiring
April 13, 2007
Depends on how you have your store setup, but after the payment has been verified, maybe the user is directed to a sucess page or something, that is where you would send your email. You can do a google search for a mail script to taylor to your needs.

Or if the orders are stored in a DB, then just give the owner an admin page to check the status of orders.