I am using Alarm object, and want to send a email when certain alarms appears. What is the best way to this? I am using raspberry pi with codesys V3.5 SP14 Patch 2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
pera hat geschrieben:
Hello,
I am using Alarm object, and want to send a email when certain alarms appears. What is the best way to this? I am using raspberry pi with codesys V3.5 SP14 Patch 2
Hello,
I am using Alarm object, and want to send a email when certain alarms appears. What is the best way to this? I am using raspberry pi with codesys V3.5 SP14 Patch 2
Hi.
You can buy e-mail library:
https://store.codesys.com/mail-service- ... l?___SID=U
or use free library OSCAT_NETWORK with fb SMTP_CLIENT:
https://store.codesys.com/oscat-network.html
or use curl (it's include in Raspbian) through SysProcess library.
https://stackoverflow.com/questions/147 ... send-email
l viewtopic.php?t=8764 l
Thank you for your reply