O orders2633 New Member YetiShare User Jun 13, 2013 1 0 0 Jan 17, 2014 #1 Hi i am wanting to change the email format to Html to include a logo and other things , can you please point me in right direction to what file i should be altering thanks Ray
Hi i am wanting to change the email format to Html to include a logo and other things , can you please point me in right direction to what file i should be altering thanks Ray
adam Administrator Staff member Dec 5, 2009 2,046 108 63 Jan 20, 2014 #2 Hi, It's already html although it wont include that much formatting. The email function is in includes/function.inc.php called: Code: send_html_mail() You should be able to add your header/footer in here by amending the code. Regards Adam.
Hi, It's already html although it wont include that much formatting. The email function is in includes/function.inc.php called: Code: send_html_mail() You should be able to add your header/footer in here by amending the code. Regards Adam.