mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-21 11:05:56 +00:00
small comment
This commit is contained in:
parent
23942f79a8
commit
f7f224bc34
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue