Send bulk emails by just adding an array of contacts within seconds using the SendGrid API.
Send bulk emails by just adding an array of contacts within seconds using the SendGrid API.
$ git clone https://github.com/CodeChefVIT/SendGrid-Mailer
$ cd SendGrid-Mailer
$ npm i
Enter credentials in env
Add an array of emails to the mailingList
$ npm run dev
Open postman and use localhost:3000/sendMails
With :heart: by CodeChef-VIT