mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-09-13 05:34:34 +00:00
dont run the shunting-yard twice on sendmail values. Sending literal text through system/sendmail logged a warning and dropped the computed body
This commit is contained in:
@@ -177,7 +177,7 @@ const ApplicationSettings = () => {
|
||||
await sendAPI({
|
||||
device: 'system',
|
||||
cmd: 'sendmail',
|
||||
data: 'Email notification test successful!',
|
||||
data: '"Email notification test successful!"',
|
||||
id: 0
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user