🇮🇳India @kuntal_d

Account created on 17 July 2021, over 3 years ago
#

Recent comments

🇮🇳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);
Production build 0.71.5 2024