diff --git a/server/notification-providers/smtp.js b/server/notification-providers/smtp.js index f0d0ad8da..6f6064943 100644 --- a/server/notification-providers/smtp.js +++ b/server/notification-providers/smtp.js @@ -74,6 +74,7 @@ class SMTP extends NotificationProvider { bcc: notification.smtpBCC, to: notification.smtpTo, subject: subject, + // If the email body is custom, and the user wants it, set the email body as HTML [useHTMLBody ? "html" : "text"]: body });