A tool to help contact senators, members of parliament and other decision makers, driving change and action.
- Download the appropriate executable for your OS (Windows, Linux, or MacOS), or build it yourself.
- Create the files
recipients.csv
andtemplate.txt
, populating as required, locating them in the same folder as the executable. - Run the executable.
- A new email should be created for each of the recipients.
The tool assumes you have an email client setup to respond to mailto
links.
The recipients.csv
must contain the email
and subject
columns for the executable to work, everything else is up to you, just make sure you reference your custom columns in template.txt
using the same column title included in recipients.csv
, e.g. col_name
in your recipients file will be <%= col_name %>
in your template file.
The template.txt
file uses EJS, insert your variable from the recipients.csv
in between <%= ... %>
tags to have them properly displayed in the output email.
See the examples in dist/
npm install
npm run build
- See
dist/
for outputs.