mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Added Sendmail support, #3299
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user