This just a simple node.js application to send emails from terminal.
- Install
Node.Js
from Node JS. While installing Node.Js, make sure to installnpm
as well. - Fork the repo or Download and extract on your computer.
- Open the downloaded folder in a code editor.
- In same folder Open
Terminal
and Runnpm install
to install all the dependencies. - Now open
Index.js
file in code editor and change the dummy data to your own data Where the example data is shown. - Run
node index.js
in the terminal to send the emails. - Visit
https://myaccount.google.com/security
. Then scroll over toLess secure app access
section and click onTurn on
.