When a customer place an order, in the backoffice you see “Customer Notified” but for certain payment methods no email was sent.
Is it possible to set “Customer Not Notified” when no email was sent ?
My payment module use a class that extends Mage_Payment_Model_Method_Abstract.
In my payment class I have to place that code in the validate() function :