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: 8422
	Threads: 45
	Joined: Jun 2015
	
Reputation: 
481
	 
 
	
	
		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: 5287
	Threads: 29
	Joined: Aug 2017
	
Reputation: 
237
	 
 
	
	
		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: 1807
	Threads: 7
	Joined: Jul 2015
	
Reputation: 
121
	 
 
	
	
		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: 120
	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.