All Projects → knadh → Listmonk

knadh / Listmonk

Licence: agpl-3.0
High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
Vue
7211 projects
SCSS
7915 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to Listmonk

go-news
A minimal DynamoDB-backed mailing list package for Go.
Stars: ✭ 45 (-99.38%)
Mutual labels:  email-marketing, newsletter, mailing-list
news-api
Go newsletter API backed by DynamoDB
Stars: ✭ 63 (-99.14%)
Mutual labels:  email-marketing, newsletter, mailing-list
wemail
Send Affordable Bulk Email Campaign Through WordPress
Stars: ✭ 19 (-99.74%)
Mutual labels:  email-marketing, newsletter, smtp
jolimail
Send nice emails
Stars: ✭ 78 (-98.93%)
Mutual labels:  self-hosted, smtp
Moonmail
Email marketing platform for bulk emailing via Amazon SES (Google Cloud Platform and Azure coming soon)
Stars: ✭ 1,766 (-75.79%)
Mutual labels:  email-marketing, email-campaigns
fregata
A self hosted REST API for message delivery
Stars: ✭ 19 (-99.74%)
Mutual labels:  self-hosted, smtp
yii2-newsletter
Module for saving user contacts from newsletter form to database
Stars: ✭ 17 (-99.77%)
Mutual labels:  newsletter, newsletter-management
mailcoach-support
Questions and support for Mailcoach
Stars: ✭ 32 (-99.56%)
Mutual labels:  smtp, campaign
Phplist3
Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters.
Stars: ✭ 393 (-94.61%)
Mutual labels:  email-marketing, newsletter
Chasquid
SMTP (email) server with a focus on simplicity, security, and ease of operation [mirror]
Stars: ✭ 427 (-94.15%)
Mutual labels:  smtp
Neutron
Self-hosted server for the ProtonMail client
Stars: ✭ 452 (-93.8%)
Mutual labels:  smtp
Mailkit
A cross-platform .NET library for IMAP, POP3, and SMTP.
Stars: ✭ 4,477 (-38.62%)
Mutual labels:  smtp
Deep Email Validator
Validates regex, typos, disposable, dns and smtp
Stars: ✭ 436 (-94.02%)
Mutual labels:  smtp
Email Templates
Free HTML email templates for Mailchimp and other emails services
Stars: ✭ 457 (-93.73%)
Mutual labels:  email-marketing
Greenmail
Official master for the Greenmail project
Stars: ✭ 424 (-94.19%)
Mutual labels:  smtp
Cnp3
Computer Networking : Principles, Protocols and Practice (first and second edition, third edition is being written on https://github.com/cnp3/ebook)
Stars: ✭ 471 (-93.54%)
Mutual labels:  smtp
Paperboy
💌💨 Email Campaign Delivery built with GoLang inspired by GoHugo
Stars: ✭ 411 (-94.37%)
Mutual labels:  email-marketing
Trashemail
A hosted disposable email telegram bot; Extremely privacy friendly; Proudly hosted for community.
Stars: ✭ 408 (-94.41%)
Mutual labels:  smtp
Wireguard Manager
Self-hosted Wireguard Installer / Manager for CentOS, Debian, Ubuntu, Arch, Fedora, Redhat, Raspbian
Stars: ✭ 478 (-93.45%)
Mutual labels:  self-hosted
Isso
a Disqus alternative
Stars: ✭ 4,488 (-38.47%)
Mutual labels:  self-hosted

listmonk-logo

listmonk is a standalone, self-hosted, newsletter and mailing list manager. It is fast, feature-rich, and packed into a single binary. It uses a PostgreSQL (⩾ v9.4) database as its data store.

listmonk-dashboard

Visit listmonk.app for more info. Check out the live demo.

Installation

Docker

The latest image is available on DockerHub at listmonk/listmonk:latest. Use the sample docker-compose.yml to run manually or use the helper script.

Demo

mkdir listmonk-demo && cd listmonk-demo
sh -c "$(curl -fsSL https://raw.githubusercontent.com/knadh/listmonk/master/install-demo.sh)"

DO NOT use this demo setup in production.

Production

mkdir listmonk && cd listmonk
sh -c "$(curl -fsSL https://raw.githubusercontent.com/knadh/listmonk/master/install-prod.sh)"

Visit http://localhost:9000.

NOTE: Always examine the contents of shell scripts before executing them.

See installation docs.


Binary

  • Download the latest release and extract the listmonk binary.
  • ./listmonk --new-config to generate config.toml. Then, edit the file.
  • ./listmonk --install to setup the Postgres DB (or --upgrade to upgrade an existing DB. Upgrades are idempotent and running them multiple times have no side effects).
  • Run ./listmonk and visit http://localhost:9000.

See installation docs.


Heroku

Deploy

Developers

listmonk is a free and open source software licensed under AGPLv3. If you are interested in contributing, refer to the developer setup. The backend is written in Go and the frontend is Vue with Buefy for UI.

License

listmonk is licensed under the AGPL v3 license.

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