aaiyar
April 29, 2022, 2:08pm
5
In addition to the resources that @danabw indicated, there is this excellent sendmail integration from @erktrek . I have been using it for a couple of years.
Not sure if people are interested but just created a very crude driver & Node App that allows you to send emails via a notification driver and a server running Node & sendmail.
The driver just sends a simple REST post call to the Node http://[your ip]:3000/email which parses the text and uses sendmail to send out.
I am using this in place of SMS alerts for now - US Cell providers have an email to txt message email address for each phone #.
Again this is very crude and unsecure. Will be lookin…
2 Likes