The latest version is v2.1.0 released on 12 Feb 2022. See release notes.
Use the sample docker-compose.yml to run manually or use the helper script.
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)
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.
Manage millions of subscribers across many single and double opt-in lists with custom JSON attributes for each subscriber. Query and segment subscribers with SQL expressions.
Use the super fast bulk importer (10k records per second) or use HTTP/JSON APIs or interact with the simple table schema to integrate external CRMs and subscriber databases.
Visualize and compare campaign performance. Connect external visualization programs to the database easily with the simple table structure.
Create powerful, dynamic e-mail templates with the Go templating language. Use template expressions, logic, and 100+ functions in subject lines and content. Write HTML e-mails in a WYSIWYG editor, Markdown, raw syntax-highlighted HTML, or just plain text.
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 (⩾ v9.4) database.
Use the media manager to upload images for e-mail campaigns on the server's filesystem, Amazon S3, or any S3 compatible (Minio) backend.
More than just e-mail campaigns. Connect messenger web services and send SMS, Whatsapp, FCM notifications, or any type of arbitrary messages with simple webhooks.
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.