1.0.1 • Published 6 years ago

pocket-emails v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Pocket-Emails

A compact tool that sends digest emails from your Pocket account with Mailgun.

Quick Start

Clone the repo to make use of our example:

$ git clone https://github.com/jondot/pocket-emails
$ cd pocket-emails/example
$ yarn

Edit config.json with your Pocket consumer_key and then authenticate to get an access key:

$ yarn auth
< follow instructions >

Fill in your access key into config.json.

Next, fill in your Mailgun credentials.

Extras

You can control how pocket-emails behave, by previewing or sending or both:

"send": true,
"preview": false

For customizing your email template look at emails/.

Contributing

Fork, implement, add tests, pull request, get my everlasting thanks and a respectable place here :).

Thanks:

To all Contributors - you make this happen, thanks!

Copyright

Copyright (c) 2018 Dotan Nahum @jondot. See LICENSE for further details.