mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-23 03:55:56 +00:00
small bug fix
This commit is contained in:
parent
59ec067d63
commit
c72adaf585
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class SMTP extends NotificationProvider {
|
||||||
bcc: notification.smtpBCC,
|
bcc: notification.smtpBCC,
|
||||||
to: notification.smtpTo,
|
to: notification.smtpTo,
|
||||||
subject: subject,
|
subject: subject,
|
||||||
[htmlBody ? 'html' : 'text']: body
|
[use_html_body ? 'html' : 'text']: body
|
||||||
});
|
});
|
||||||
|
|
||||||
return okMsg;
|
return okMsg;
|
||||||
|
|
Loading…
Add table
Reference in a new issue