From f7f224bc34adc2d4e6759208f231b4c5ac0291ef Mon Sep 17 00:00:00 2001 From: youpie Date: Thu, 20 Feb 2025 00:02:00 +0100 Subject: [PATCH] small comment --- server/notification-providers/smtp.js | 1 + 1 file changed, 1 insertion(+) 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 });