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:
parent
725f9923e7
commit
58f611ce72
4 changed files with 24 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue