For some the email notification in Raspbian and other flavours of Linux is not working. Could a utility like SSMTP be called externally from within a C# program with the results from the C# program passed to SSMTP to send.
I can use a simple command like this from the command line with SSMTP installed on my system
echo “Hello world emaill body” | -s “test Subject” [email protected]
and I receive the email straight away. Could this utility be called from within HomeGenie to send a mail.