A tool to shoot out individual emails to a huge group with unique attachments, configurable with a CSV
You need to have Node.js installed on your system before you can use this package. Get it here: Node.js
Once you have Node.js and NPM setup, the installation is as simple as running a command.
sudo npm install -g mail-unmerge
Within a command prompt window with administrative privileges:
npm install -g mail-unmerge
The only two fields that are mandatory are to
and subject
. cc
and bcc
are optional, rest all are custom fields and can be replaced with one of your own. The attachment
fields are obviously optional.
Hi <name>,
Here you go: <content>
Regards,
HR Team.
You can even use HTML to format your content template.
mail-unmerge ./header.csv ./content-template.txt
It will send out individual emails to all the email addresses listed in the CSV file, with personalized attachments.