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:
proddy
2026-08-30 14:42:42 +02:00
parent 04f99688eb
commit 84d67c0946
7 changed files with 94 additions and 34 deletions
@@ -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(() => {