Skip to content

Commit

Permalink
small comment
Browse files Browse the repository at this point in the history
  • Loading branch information
youpie committed Feb 19, 2025
1 parent 23942f7 commit f7f224b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/notification-providers/smtp.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});

Expand Down

0 comments on commit f7f224b

Please sign in to comment.