Notification not delivering HTML version of email.

Created on 25 July 2013, almost 11 years ago
Updated 15 January 2024, 5 months ago

Hi,

I've been trying to figure this out on my own, but I'm having a hard time. I'm trying to see is there anything additional necessary in my php to send a FULL-HTML enabled email.

I do have the setting inside text-format set to Full HTML.

Here is my script:

$message = message_create('order_confirmation_message', array ( 'uid' => $commerce_order->uid) );
$wrapper = entity_metadata_wrapper('message', $message);
$wrapper->field_order_id_ref->set($commerce_order);
$wrapper->field_e_mail_subject->set("Make your appointment at Luhu");
message_notify_send_message ( $message );
πŸ’¬ Support request
Status

Closed: outdated

Version

2.5

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States frankyn

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024