OpenSprinkler Forums OpenSprinkler Unified Firmware Alternative to IFTT Pro Reply To: Alternative to IFTT Pro

#78533

ronnie
Participant

For OSPI I use sendEmail.

I send each IFTT notification to a text file. Then execute a cron script that periodically emails (all) the text file(s) contents. The script I use can accumulate several IFTT messages into a single email message.

email setup for opensprinkler
—————————-
Install sendemail app
install libio-socket-ssl-perl and libnet-ssleay-perl

send email script instruction:
sendEmail -f “fromaddress” -t “toaddress” -u “Subjectlinei” -m “Mymessage” -s “mysmtpserver”:26 -o tls=no -xu “loginusername” -xp “loginpassword”
instead of -m use -o message-file=/tmp/file.txt