columba
v1.0.0
Published
Template & send emails
Downloads
1
Readme
Columba
Install
Globally : sudo npm install -g columba
Locally :
git clone [email protected]:siz-io/columba.git
cd columba
npm install
Use
Globally installed : columba
Locally installed : npm start
Parameters
Send to
:
email addresses file path (drag&drop in terminal) :
[email protected] [email protected] [email protected] ...
csv file (;-separated) path (drag&drop in terminal):
address;param1;param2 [email protected];A;B [email protected];C;D [email protected];E;F ...
address
column is mandatory. Other columns are used to fill emailsemail address : enter addresses one at a time, enter empty address to stop.
Mail config
: mail config file path (drag&drop in terminal) cf config sample
Update
Globally installed : sudo npm install -g columba
Locally installed : git pull