1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Added Sendmail support, #3299

This commit is contained in:
Ylian Saint-Hilaire 2021-11-25 10:34:21 -08:00
parent 725f9923e7
commit 58f611ce72
4 changed files with 24 additions and 1 deletions

View file

@ -467,6 +467,11 @@
"from": "myemail@myserver.com",
"apikey": "***********"
},
"_sendmail": {
"newline": "unix",
"path": "/usr/sbin/sendmail",
"_args": [ "-f", "foo@example.com" ]
},
"_sms": {
"provider": "twilio",
"sid": "ACxxxxxxxxx",