I am up and operating - whew!!
Please: help me
# 1: How can I embed my logo in my e-mail responses?
# 2: Please steer me towards the email template: how do I edit the email template.
Thank you.
rjk
replace,
$mime->setTXTBody($body);
with,
$mime->setHTMLBody($body);
in class.email.php
then add your logo using html via the email templates under
admin panel->emails->templates->default template
doesn't work for me, it just removes the whole HTML tag when I save.