All Versions
3
Latest Version
Avg Release Cycle
733 days
Latest Release
1237 days ago
Changelog History
Changelog History
-
v0.2.1 Changes
July 16, 2021- Reset connection on failure
- Render text emails with Glamour
- ๐ท Use multiple workers for delivery
- ๐ง Configurable # of workers and send rate
- Switched dependecy management to Go Modules
- Switched to Goldmark for Markdown rendering
- Campaign subject is now also a template
- โ Removed usage of global configurations
- ๐ป Preview UI proxying & config
- โ Added sendBeta API
-
v0.2.0 Changes
July 25, 2017๐ Paperboy is a command-line tool that creates and delivers modern email campaigns from a structured directory of markup files. This 0.2.0 release includes the following features:
API & Preview
- GraphQL-based API server to allow remote control
- ๐ป
preview
command to start server and open browser preview server
command to start server
๐ Automated with GoReleaser
Built with go version go1.8.3 darwin/amd64 -
v0.1.0 Changes
July 11, 2017๐ Paperboy is a command-line tool that creates and delivers modern email campaigns from a structured directory of markup files. This initial 0.1.0 release includes the following features:
General
- Extremely fast rendering
- Easy installation - just a single executable
- ๐ Cross platform support - runs on macOS, Linux with more coming soon!
Structure
- Source organized as a single directory
- Easy collaboration via Git (or another SCM)
Content & layout
- ๐ Native support for content written in Markdown
- ๐ Support for TOML, YAML and JSON metadata in front matter
- ๐ Support for multi-part emails with HTML and text parts
- Completely customizable per-format layouts
- ๐ Automatic CSS stylesheet inlining
Recipient list & delivery
- File-based recipient lists in YAML format
- ๐ Arbitrary recipient metadata available to campaign template
- Campaigns delivered via any SMTP server or provider
- DKIM signing to validate sender for spam filters
๐ Automated with GoReleaser
Built with go version go1.8.3 darwin/amd64