The latest version is v0.9.0-beta released on 13 Feb 2021.
listmonk/listmonk:latest
Use the sample docker-compose.yml to run listmonk and Postgres DB with docker-compose as follows:
docker-compose up -d demo-db demo-app
(DO NOT use this demo setup in production.)
docker-compose up db
to run the Postgres DB.docker-compose run --rm app ./listmonk --install
to setup the DB (or --upgrade
to upgrade an existing DB).docker-compose up app
and visit http://localhost:9000Manage millions of subscribers across many single and double opt-in lists with custom JSON attributes for each subscriber. Segment subscribers with SQL expressions.
Use the super fast bulk importer or use HTTP/JSON APIs or interact with the simple table schema to integrate external CRMs and subscriber databases.
More than just e-mail campaigns. Connect messenger web services and send SMS, Whatsapp, FCM notifications, or any arbitrary message campaigns.
Create powerful, dynamic e-mail templates with the Go templating language. Use template expressions and logic in subject lines and content with the richtext editor or work with raw syntax-highlighted HTML.
Highly configurable multi-threaded, high throughput multi-SMTP e-mail queues for super fast campaign delivery. Throughput and sliding window rate limiting for fine grained speed controls. Single binary application with nominal CPU and memory footprint that runs everywhere. The only dependency is a Postgres database.
Use the media manager to upload and link images in e-mail campaigns on the server's filesystem or S3. WebDav support coming soon.
Allow subscribers to permanantely blocklist themselves, export all the data associated with their profile including clicks and views, and to wipe all their data in a single click.