Email sender (SMTP) using ESP32-WROOM-32

<< Introduction in Japanese >>

この夏、最後の趣味遊びは ESP32-WROOM-32 で SMTP を動かす事とした。過去のPIC マイコンの実験と同様に、簡単な文章をメール送信する。SMTP に必要なコードは、Send email with esp8266 arduino のものを利用した。タクトスイッチを1個繋いで、スイッチを押すとメールが送信される仕様とした。

The ESP32 board in my page on Aug. 16, 2020 is working as a SMTP client.

The GPIO34 pin is pulled up to Vdd normally and can be pulled down to Vss by the tact switch.

If the switch is pushed, an Email will be sent to the programmed address.



<< Sample sketch of the SMTP client >>

(Compiled by the Arduino IDE with the Arduino Core for the ESP32)

You must fill in the blanks of “ESP32_SMTP.ino” correctly to send an Email.



<< Summary in Japanese >>

実験では、YahooBB のアカウントを使って送信が出来た。サーバーとポートは、

smtp server : ybbsmtp.mail.yahoo.co.jp

port : 465

である。