For example, on Mage_Sales_Model_Order
you have a method called sendNewOrderEmail()
which runs this appEmulation, and generates the paymentBlocks to embed on the email.
I was told that this is done to simulate the frontend store and precisely be able to generate said block...
but does the methods called under that appEmulation also trigger observers on my custom modules?
Thanks!