24 lines
628 B
Plaintext
24 lines
628 B
Plaintext
# polymail
|
|
*polymail* is a console-based newsletter program using Node.js. It can render source files and thereafter send to a list of recipients.
|
|
|
|
[](/software/polymail.png)
|
|
|
|
**TODO: more documentation, until then reference code comments**
|
|
|
|
## Features
|
|
* Basic console frontend
|
|
* Template-based
|
|
* Attachment support
|
|
* Automatic archiving
|
|
* Customizable transports
|
|
|
|
## Download
|
|
* [git](http://git.kettek.net/?p=polymail.git)
|
|
|
|
## Usage
|
|
npm install
|
|
./app.js default send 20160821.md --title="Something"
|
|
|
|
## Command Format
|
|
./app.js NEWSLETTER COMMAND FILE --VAR=VALUE
|