I am working on a module that will send an email after 7 days of order completion. I\'m stuck on sending emails. I can see the email template in transactional emails drop down i
I think you made a mistake here.
$emailTemplate = Mage::getModel('core/email_template')->loadDefault('coeus_recurring_order_email');
try this
$emailTemplate = Mage::getModel('core/email_template')
->loadDefault('recurring_order_email_template');
to load a email template you have to give the tag name that you provide in the config.xml
eg: in you code
use
to load email template