I am developing a custom page where the user's interests will be emailed to the store manager.
I am using this line of code to send the email:
For some reason the email is not being sent in HTML format. The emails received have no 'text/html' header information.Code:zen_mail(STORE_NAME, SEND_TO_ADDRESS, 'Product Interests', $email_text, $_SESSION['fullName'], $_SESSION['email'], array('EMAIL_MESSAGE_HTML' => $email_html), 'escalate_product_interests');
All the possible values are enabled in the admin area: MIME HTML, Email Admin Format.
I am not specifying any HTML template for the 'escalate_product_interests' . So I believe it uses the default template.
What could be the problem? Please help. Thank you.





