Important note Please note that this guide is for ThingsBoard versions prior v2.0. Old rules and plugins functionality is replaced by new rule engine components (rule chains and rule nodes). Please review new rule engine documentation to learn how to adopt new functionality. We are doing our best to modify this guide to v2.0 components. Contributions are welcome. |
In this short tutorial, we will explain how to configure Email Plugin to distribute alarms to recipients via email. We will use Live Demo Thignsboard server and SendGrid SMTP API in this tutorial. The Email plugin implementation is based on Java Mail and may be easily configured to other mail servers.
We assume you have SendGrid account. You can sign-up for trial using this link.
Once logged in open SMTP relay configuration page. Follow instructions on the page to get the API Key. Save the API key somewhere.
Login to Live Demo server using Tenant Administrator account (the one that you created during sign-up).
Open Plugins page and click on big red “+” button. Populate plugin name and description.
Once you choose the corresponding plugin type, the form will expand. Populate values as shown below. Use API key as a password.
NOTE Since demo instance is hosted on Google Cloud, you need to specify 2525 port. All other SMTP related ports are blocked.
Don’t forget to add other email properties that will force a secure connection.
Click on “Add” button.
Once a plugin is saved successfully, don’t forget to activate it by clicking on “Activate” button.
Explore next tutorial to provision basic rules and generate emails based on sensor readings.
Once you configure your plugin and corresponding rules, you may review statistics and events on plugin details page. If you have configured something wrong, you should see errors logged on the corresponding tab: