Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 441 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 441 Bytes

This scripts create groups of people from a CSV table.

It needs a semicolon separated CSV table with header. The first column is name, the second is the email address

Installation

npm install

Environment variables:

SMTP_USER - SMTP Username
SMTP_PASS - SMTP Password
SMTP_HOST - SMTP Hostname
SMTP_PORT - SMTP Port
SMTP_FROM - The from header
GROUPSIZE - The size of groups
FILENAME - The path of CSV File\