Posts: 26
Threads: 9
Joined: Nov 2015
Reputation:
0
Hello everybody,
I would like to know if there is a way to write object to logic machine through e mail. So i want from logic machine to receive mail????
I dont know if this is possible,
Thank you in advance
Posts: 7955
Threads: 43
Joined: Jun 2015
Reputation:
454
What is the use case for that? You can use remote services (HTTP) but this will require port forwarding and is less secure. Best approach is to use MQTT.
Posts: 4833
Threads: 25
Joined: Aug 2017
Reputation:
220
If you use Mosaic then you can have as many cloud users you want. All of them will be able to login if you gave them permission.
------------------------------
Ctrl+F5
Posts: 1784
Threads: 6
Joined: Jul 2015
Reputation:
119
Hi,
There are a lot of ways to do this, you can use cloud app with users like Daniel suggested, you can use remote services, you can use MQTT, and many other approaches, but i think i would use SMS for this, add a dongle, add the phonenumbers who are allowed to send SMS to the device and make a handler on a received string.
So sending a SMS with text "Get temp serverroom" will result in a SMS response "I't's now 25 Degrees"
BR,
Erwin
Posts: 113
Threads: 15
Joined: Nov 2019
Reputation:
6
Or you send a specific group address using the remote protocol to the controller that triggers a script that will send you the information you like by email, rss feed or push notification.