New Zenner
- Join Date:
- Mar 2008
- Posts:
- 27
- Plugin Contributions:
- 1
Email not sent in HTML format
I am using this line of code to send the email:
zen_mail(STORE_NAME,
SEND_TO_ADDRESS,
'Product Interests',
$email_text,
$_SESSION['fullName'],
$_SESSION['email'],
array('EMAIL_MESSAGE_HTML' => $email_html),
'escalate_product_interests');For some reason the email is not being sent in HTML format. The emails received have no 'text/html' header information. :oops:
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.