mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-20 23:46:39 -04:00
small bug fix
This commit is contained in:
parent
59ec067d63
commit
c72adaf585
@ -74,7 +74,7 @@ class SMTP extends NotificationProvider {
|
||||
bcc: notification.smtpBCC,
|
||||
to: notification.smtpTo,
|
||||
subject: subject,
|
||||
[htmlBody ? 'html' : 'text']: body
|
||||
[use_html_body ? 'html' : 'text']: body
|
||||
});
|
||||
|
||||
return okMsg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user