simplemail.

Demo

Basic usage

Take a look at the simplest and basic way to use Simplemail.

Post

https://simplemail-nodejs.herokuapp.com/send-email

Response:

Required Body:


The email of the receiver.
The email of the sender. Same as the one that provided in smtp_user.
The subject of the mail.
The text of the email. If html is provided, this field will be overwritten.
The email of your Gmail account.
The app password of your Gmail account.