🇮🇳India kuntal_d
Hi @lambic,
I have got the same issue.
Please try to send the body like below:
$body = [
"#type" => "processed_text",
"#text" => $htmlMessage,
"#format" => "full_html"
];
$email->setSubject($payload->getSubject())
->setTo($to)
->setFrom($from)
->setReplyTo($reply)
->setBody($body)
->setTextBody($textMessage);
🇮🇳India kuntal_d
kuntal_d → created an issue.
🇮🇳India kuntal_d
kuntal_d → created an issue.