Skip to content

vikasraj789/email-sender

Repository files navigation

email-sender

Send emails from csv file using mailchimp

Prerequisites

- Node.js 6.x
- other dependencies are included in package.json, and can be installed using npm/yarn.

Project Setup

$> npm install # to install the npm packages.
$> npm start # to run the dev server in port 3000.
$> npm run build:dev # to bundle a dev bundle.
$> npm run build:prod # to bundle a prod bundle.
$> npm run prod # to run the server with production bundle.
$> npm run clean # to remove dist folder.

About

Send emails from csv file using mailchimp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published