I am having problems with the receipt email from the ecommerce module. I am using the code
$order->sendReceipt();
in the paid function in the payment class and the code is being called ( the order is successful) but I do not receive the email.
Do I have to set something else up to make the receipt email work?
Thanks
Catherine