Book Image

Arduino Networking

By : Marco Schwartz
Book Image

Arduino Networking

By: Marco Schwartz

Overview of this book

Table of Contents (13 chapters)

Sending automated e-mails


In this last part of the chapter, we are going to build on what we already did, but change the application slightly. This time, we are going to use the Ethernet shield and Temboo to automatically send e-mails when a condition is reached. As an example, we will set a condition on the measured temperature. Whenever the temperature reaches a given value, we will send an e-mail to the address of your choice, for example, your professional e-mail to keep you updated when you are at work.

It starts by going again to the Device Coder on the Temboo website at https://www.temboo.com/library/Library/Devices/Arduino/Others/.

Click on Generic sensor and then on Email. This time you won't have to enter that much information. Your Gmail account should already be set from the previous section and the Device Coder should automatically select your Ethernet shield.

You simply need to enter the destination e-mail (for example, your professional e-mail address or the e-mail address from...