Hello @r1k .
I, a Linux Newbie, got the following email/sms server to work.
If you happen to have a Raspberry Pi, you're in business.
Thanks to: @erktrek and @aaiyar .
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