Listmonk is a self-hosted newsletter + mailing list manager. Visit the project's website at https://listmonk.app, or find the source code at https://github.com/knadh/listmonk
This Heroku deploy button allows you to deploy your own listmonk instalaton to Heroku.
You must update the "Settings" and configure at least:
- General > Root URL
- General > Logo URL
- Media uploads > Provider - Use S3!
- SMTP - Currently configuration from heroku email addons is not automatically loaded and must be configured here
Currently a PostgreSQL hobby add-on will be used. For production use with more than a few thousand subscribers you will need to upgrade the add-on.
Currently listmonk does not have any user authentication. We use nginx basic auth to secure the admin interface. (You have to set a username and password (max 8 characters) during deployment)