blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.83k stars 1.38k forks source link

Improve email example #419

Closed doom369 closed 5 years ago

doom369 commented 6 years ago

Very often users ask how to send not just static text but also some variable value. We need to improve example a bit so it shows also how the variable can be sent with some static text.

Something like: "My temperature is " + variable + " C"