isyedaliraza / email_bot

A program for sending recurring email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email Bot

A program that will send recurring emails.

Get Started

  • Install the npm dependencies by running the command npm install
  • Create .env file with two keys:
    • EMAIL (Your gmail email)
    • PASSWORD (Your gmail less secure app password)
  • Open index.js file and give the cron configuration as per your requirements
  • Run the command npm start

© 2022 Syed Ali Raza Bokhari

About

A program for sending recurring email


Languages

Language:JavaScript 77.5%Language:HTML 22.5%