Five Ways to Send Email from Arduino

Luffy
2 min readJun 9, 2019
Arduino Family

1. Using SMTP Library

Arduino can send email directly by using SMTP Library.

Advantages:
- Works with all kinds of Arduino boards (with any Ethernet/Wifi shield/ module)

Disadvantages:
- CANNOT be used to send email via mail server that uses ESMTP protocol (such as Gmail)
- Can be filtered as spam mail.
- Needs…

--

--

Luffy

A firmware engineer: love making IoT stuff, creating DIY devices, writing tutorials and articles in his free time.