All Projects → thesephist → lovecroft

thesephist / lovecroft

Licence: MIT License
Minimal mailing list manager for static sites, with a simple JSON API

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to lovecroft

mailer-plugin
This plugin allows you to configure email notifications for build results
Stars: ✭ 35 (-27.08%)
Mutual labels:  mailer
express mailer
An easy way to send yourself or your team emails about what happens in your rails application
Stars: ✭ 20 (-58.33%)
Mutual labels:  mailer
mail
Actively maintained fork of gomail. The best way to send emails in Go.
Stars: ✭ 376 (+683.33%)
Mutual labels:  mailer
friendly-mail
📩 Mail provider for elegantly sending emails in node js.
Stars: ✭ 40 (-16.67%)
Mutual labels:  mailer
mlmmjadmin
A simple RESTful API server used to manage mlmmj (http://mlmmj.org) mailing list manager.
Stars: ✭ 39 (-18.75%)
Mutual labels:  mailing-list
egg-mailer
🥚 mailer plugin for egg
Stars: ✭ 23 (-52.08%)
Mutual labels:  mailer
django-yubin
Send e-mails asyncronously using cron
Stars: ✭ 44 (-8.33%)
Mutual labels:  mailer
postmark-mailer
Provides Postmark integration for Symfony Mailer
Stars: ✭ 28 (-41.67%)
Mutual labels:  mailer
mailjet-mailer
Provides Mailjet integration for Symfony Mailer.
Stars: ✭ 24 (-50%)
Mutual labels:  mailer
email
Aplus Framework Email Library
Stars: ✭ 127 (+164.58%)
Mutual labels:  mailer
easymail
Easy way to install a mail server.
Stars: ✭ 60 (+25%)
Mutual labels:  mailer
mailer
Generic mailer
Stars: ✭ 16 (-66.67%)
Mutual labels:  mailer
mailing
📬 Sending emails with pleasure and prepared templates.
Stars: ✭ 15 (-68.75%)
Mutual labels:  mailer
quartz-mailer
A library to get started in sending and receiving emails from and to your Crystal application
Stars: ✭ 23 (-52.08%)
Mutual labels:  mailer
news-api
Go newsletter API backed by DynamoDB
Stars: ✭ 63 (+31.25%)
Mutual labels:  mailing-list
Log-mailer
Log mailer is a program I made to email log files.
Stars: ✭ 46 (-4.17%)
Mutual labels:  mailer
go-news
A minimal DynamoDB-backed mailing list package for Go.
Stars: ✭ 45 (-6.25%)
Mutual labels:  mailing-list
bulk-mail-cli
Do quick, hassle-free email marketing with this small but very powerful tool! 🔥
Stars: ✭ 88 (+83.33%)
Mutual labels:  mailer
Laravel-SwiftMailer
Laravel and SwiftMailer integration fix for Queued deamon workers
Stars: ✭ 24 (-50%)
Mutual labels:  mailer
mailchimp-mailer
Provides Mailchimp integration for Symfony Mailer
Stars: ✭ 20 (-58.33%)
Mutual labels:  mailer

Lovecroft 💌

Lovecroft is a minimal mailing list service supporting multiple mailing lists and newsletter authoring with Markdown, integrating with Mailgun. It backs newsletters behind thesephist.com and Atypical Press. Lovecroft acts as a common backend for static sites that need to host email subscriptions, and exposes a cross-origin JSON API for enrolling in and unsubscribing from mailing lists.

Screenshot

JSON API for subscriptions

POST /subscribe/{listName}

{
    givenName: string,
    familyName: string,
    email: string,
}

GET /unsubscribe/{listName}/{token}

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].