A free simple responsive HTML email template
-
Updated
Apr 28, 2020 - HTML
A free simple responsive HTML email template
Self hosted newsletter app
High performance, self-hosted newsletter and mailing list manager with a modern dashboard. Go + VueJS.
Drag-n-Drop Email Editor Component for React.js
Email marketing platform for bulk emailing via Amazon SES (Google Cloud Platform and Azure coming soon)
Mosaico - Responsive Email Template Editor
HTML email development framework.
A package to simplify automating future notifications and reminders in Laravel
Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters.
Can I email… Support tables for HTML and CSS in emails.
Self-hosted email marketing solution
HTML email development framework.
React component library to generate the HTML emails on the fly
Free HTML Email Templates created using the Postcards - https://designmodo.com/postcards/
Free viral/referral marketing tool built on React/Node/MySQL
Mailchimp for Magento 1 Integration. Syncs all data (subscriber, customers, orders, products) and enables marketing automation with email campaigns, automations, ads, postcards and more.
MailChimp for Magento 2. Syncs all data (subscriber, customers, orders, products) and enables marketing automation with email campaigns, automations, ads, postcards and more.
A modular and lightweight, responsive email framework.
Drag-n-Drop Email Editor Component for Vue.js
Drag-n-Drop Email Editor Component for Angular
The idea is to have an option like 3 (Do a Google search, save the Urls found and search the emails), but search a list of phrases.
This list can be in a .txt
The option can ask for number of search results in Google
A responsive email framework based on a golden ratio typography grid.
Go newsletter API backed by DynamoDB
Small project that simplifies (according to me) sending colorful emails in PowerShell
Official PHP wrapper for MailerLite HTTP API v2
Some more stuff
// Parse returns the rgb parsed from a color hex string.
func Parse(s string) (r, g, b uint8) {
m := re.FindStringSubmatch(s)
rv, _ := strconv.ParseInt(m[1], 16, 0)
gv, _ := strconv.ParseInt(m[2], 16, 0)
bv, _ := strconv.ParseInt(m[3], 16, 0)
r = uint8(rv)
g = uint8(gv)
b = uint8(bv)
return
}Some indented code:
foo
bar
baz
Add a description, image, and links to the email-marketing topic page so that developers can more easily learn about it.
To associate your repository with the email-marketing topic, visit your repo's landing page and select "manage topics."
When user added a new email template old template version must be exist and usable.