1.0.0 • Published 8 years ago

columba v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Columba

Install

Globally : sudo npm install -g columba

Locally :

git clone git@github.com: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) :

    a@b.com
    c@d.com
    e@f.com
    ...
  • csv file (;-separated) path (drag&drop in terminal):

    address;param1;param2
    a@b.com;A;B
    c@d.com;C;D
    e@f.com;E;F
    ...

    address column is mandatory. Other columns are used to fill emails

  • email 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