DeviaVir / zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
MIT License
8.23k stars 2.03k forks source link

[Request] Email Notification #308

Open vikasprogrammer opened 7 years ago

vikasprogrammer commented 7 years ago

It would be really helpful if zenbot can trigger a notification on buy/sell trades, may be an email notification. We could configure SMTP parameters in conf.js.

rountrey commented 6 years ago

I would like to see this. If only setting up a cron job to email me balances once a day.

DeviaVir commented 6 years ago

We have notifiers now, so this is almost trivial, long as you have a server to send the emails for you (i.e. mailchimp, or a local exim/postfix)