small comment

This commit is contained in:
youpie 2025-02-20 00:02:00 +01:00
parent 23942f79a8
commit f7f224bc34
No known key found for this signature in database

View file

@ -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
});