
Originally Posted by
DrByte
Admin-copy emails are sent as HTML if you have the "Send Admin emails as ..." set to HTML in Admin->Configuration->Email Options (and of course have Send as MIME HTML enabled)
Thank you for the reply, DrByte!
I have the following settings:
Use MIME HTML When Sending Emails: true
Email Address (Displayed to Contact you): [email protected]
Email Address (sent FROM): [email protected]
Email Admin Format: HTML
I am sending the email with this code:
Code:
zen_mail(STORE_NAME, '[email protected]', 'Some subject', $email_text, 'Mr.Customer', '[email protected]', array('EMAIL_MESSAGE_HTML' => $email_html), 'product_interest_page');
Everything above seems fine. But no luck!