All Projects → rykov → Paperboy

rykov / Paperboy

💌💨 Email Campaign Delivery built with GoLang inspired by GoHugo

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Paperboy

Html Email Templates
Free HTML Email Templates created using the Postcards - https://designmodo.com/postcards/
Stars: ✭ 178 (-56.69%)
Mutual labels:  email-marketing, email, html-emails
Responsive Html Email Template
A free simple responsive HTML email template
Stars: ✭ 10,831 (+2535.28%)
Mutual labels:  email-marketing, email, html-emails
React Email Editor
Drag-n-Drop Email Editor Component for React.js
Stars: ✭ 3,131 (+661.8%)
Mutual labels:  email-marketing, email, html-emails
Awesome Emails
✉️ An awesome list of resources to build better emails.
Stars: ✭ 1,379 (+235.52%)
Mutual labels:  email-marketing, email, html-emails
Mailerlite Api V2 Php Sdk
Official PHP wrapper for MailerLite HTTP API v2
Stars: ✭ 50 (-87.83%)
Mutual labels:  email-marketing, email
Dotmailer Magento2 Extension
The official Engagement Cloud for Magento2 extension
Stars: ✭ 33 (-91.97%)
Mutual labels:  email-marketing, email
Caniemail
Can I email… Support tables for HTML and CSS in emails.
Stars: ✭ 363 (-11.68%)
Mutual labels:  email-marketing, html-emails
Premailex
Preflight for your HTML emails - inline styling and plain text.
Stars: ✭ 114 (-72.26%)
Mutual labels:  email, html-emails
Pine
A modular and lightweight, responsive email framework.
Stars: ✭ 98 (-76.16%)
Mutual labels:  email-marketing, email
Mosaico
Mosaico - Responsive Email Template Editor
Stars: ✭ 1,392 (+238.69%)
Mutual labels:  email-marketing, email
Email Dashboard
📪 An interactive emailing management service with scheduling, templating, tracking and A/B testing.
Stars: ✭ 194 (-52.8%)
Mutual labels:  email-marketing, email
bulk-email-sender
Send Templatized Dynamic Emails Automatically
Stars: ✭ 30 (-92.7%)
Mutual labels:  email, email-marketing
Notifo
Multi channel notification service for collaboration tools, e-commerce, news service and more.
Stars: ✭ 32 (-92.21%)
Mutual labels:  email-marketing, email
Maizzle
Official Maizzle starter project.
Stars: ✭ 921 (+124.09%)
Mutual labels:  email-marketing, html-emails
Email Extractor
The main functionality is to extract all the emails from one or several URLs - La funcionalidad principal es extraer todos los correos electrónicos de una o varias Url
Stars: ✭ 81 (-80.29%)
Mutual labels:  email-marketing, email
Caniuse.email
HTML and CSS Compatibility tables for emails
Stars: ✭ 133 (-67.64%)
Mutual labels:  email, html-emails
Mjml React
React component library to generate the HTML emails on the fly
Stars: ✭ 257 (-37.47%)
Mutual labels:  email-marketing, email
news-api
Go newsletter API backed by DynamoDB
Stars: ✭ 63 (-84.67%)
Mutual labels:  email, email-marketing
Framework
HTML email development framework.
Stars: ✭ 359 (-12.65%)
Mutual labels:  email-marketing, html-emails
Cordova Plugin Email Composer
Edit and send email messages
Stars: ✭ 333 (-18.98%)
Mutual labels:  email

Paperboy

A Fast & Modern Email Campaign Engine built in Go.

Website | Documentation | Installation Guide

Version Badge Build Status Go Report Card

Overview

Paperboy is complete email engine that helps you get the most out of your campaigns. It allows you to craft shared templates, and then quickly author and deliver multi-format campaigns.

Paperboy is command-line tool that consumes a source directory as input to render and send email campaigns via any SMTP service. By placing templates, lists, and content in a predefined directory structure, Paperboy will render markup, inline styles, wrap layouts, and more to deliver modern (yet legacy-compatible) newsletters and announcements.

Complete documentation is available at Paperboy Documentation.

Installing binaries

Currently, we provide pre-built binaries for Linux and macOS. Paperboy is a single binary with no external dependencies.

Just run ./paperboy help and you're ready to go.

Installing from source

You can also build and install Paperboy from source. The only requirement is to have a working installation of Go 1.11+. With those in place, the following commands will install Paperboy to $GOPATH/bin:

$ git clone https://github.com/rykov/paperboy.git
$ cd paperboy
$ make install

And please make sure $GOPATH/bin is in your $PATH.

If you receive a go: modules disabled error due to your project being inside of $GOPATH, you will have to force-enable go modules support:

GO111MODULE=on make install

Contributing to Paperboy

We welcome all contribution to Paperboy: documentation, bug reporst, feature ideas, blog posts, promotion, etc

You can start here:

Inspiration and credits

Paperboy aims to bring to email the ease of use and control we love from static site generators. We particularly want to thank Hugo authors for much of the inspiration and a number of our [dependencies][].

The banner photo is by Mathyas Kurmann

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].