mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-22 19:45: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,
|
||||
to: notification.smtpTo,
|
||||
subject: subject,
|
||||
[htmlBody ? 'html' : 'text']: body
|
||||
[use_html_body ? 'html' : 'text']: body
|
||||
});
|
||||
|
||||
return okMsg;
|
||||
|
|
Loading…
Add table
Reference in a new issue