Changing Email to Html format

orders2633

New Member
YetiShare User
Jun 13, 2013
1
0
0
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
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.