1.0.0 • Published 9 years ago

mailminder v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

mailminder

Build Status

This is a tool (build for my team) that allows you to send customizable weekly email reminders. Please note that this is a work in progress so there may be some bugs as we iron this out!

If You Are Submitting Bugs/Issues

Because we can't magically know what you are doing to expose an issue, it is best if you provide a snippet of code. This snippet need not include your secret sauce, but it must replicate the issue you are describing. The issues that get closed without resolution tend to be the ones without code examples. Thanks.

Usage (basic commandline usage):

To start with a weekly reminder (default schedule is every Friday at 6:00PM PST)

node ./mailminder start --from==example@domain.com --to==someone@somewhere.com

If you want to specify a list of line seperated emails, use the -f option

node ./mailminder start -f ./example_emails

If you want to specify a specific crontab schedule use the --interval option

node ./mailminder start --from==example@domain.com --to==someone@somewhere.com --interval=='*****'

Install

From source: `npm install`
From npm: `npm install mailminder`

Contributors

License

MIT