Loading src/Plugin/QueueWorker/WorkbenchEmailProcessor.php +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ class WorkbenchEmailProcessor extends QueueWorkerBase implements ContainerFactor 'body' => $body, 'template' => $template, 'subject' => $subject, 'format' => $format, 'template_format' => $format, 'entity' => $entity, ], $replyTo); } Loading workbench_email.module +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ function workbench_email_mail($key, &$message, $params) { if (strpos($key, 'template::') === 0) { // Mailing one of our templates. $message['subject'] = $params['subject']; if ($params['format'] == 'html') { if ($params['template_format'] == 'html') { $message['headers']['Content-Type'] = 'text/html'; $message['params']['convert'] = TRUE; $message['body'][] = $params['body']; Loading Loading
src/Plugin/QueueWorker/WorkbenchEmailProcessor.php +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ class WorkbenchEmailProcessor extends QueueWorkerBase implements ContainerFactor 'body' => $body, 'template' => $template, 'subject' => $subject, 'format' => $format, 'template_format' => $format, 'entity' => $entity, ], $replyTo); } Loading
workbench_email.module +1 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ function workbench_email_mail($key, &$message, $params) { if (strpos($key, 'template::') === 0) { // Mailing one of our templates. $message['subject'] = $params['subject']; if ($params['format'] == 'html') { if ($params['template_format'] == 'html') { $message['headers']['Content-Type'] = 'text/html'; $message['params']['convert'] = TRUE; $message['body'][] = $params['body']; Loading