Skip to content

Martin-Laclaustra/ESP8266SecureSMTP

Repository files navigation

ESP8266SecureSMTP

SMTP email library for ESP8266 based boards programmed in Arduino environment. It uses a certificate database to verify the server (work in progress). Based on the code of ESP8266SMTP written by Boris Shobat.

Table of Contents

  1. Overview
  2. Dependency
  3. Usage

Overview

The library uses ESP8266 Arduino libraries to send emails with smtp servers like Gmail.

Dependency

Usage

See example