Notify admin via email when order is placed in magento

Is there a way to Notify admin via email when order is placed in magento? I feel like this is a silly question but I'm placing test orders currently and I'm not getting any email notification. Will the order also get an email notification by default or does the admin have to click the "invoice button" each time an order comes in?

asked Jul 25, 2013 at 17:58 Christina Rule Christina Rule 473 3 3 gold badges 6 6 silver badges 18 18 bronze badges could you please mark the answer correct, this will help Commented Jun 20, 2017 at 7:40

3 Answers 3

In the magento backend goto

System > Configuration 

Left Naviagation > Sales > Sales Emails this option will let you configure mail sending settings where you can ask magento to send you mail whenever an order is placed.

Alternatively, you can create a plugin with an observer which listens to the event of the order being placed and you can write your mail sending code in the observer.