Open Source
Sendvery is fully open source under the AGPL-3.0 license. Every line of code is available on GitHub. You can inspect it, modify it, and run it on your own infrastructure — free forever.
Self-hosting with Docker
Sendvery ships as a Docker image. Pull it, configure your database and mail settings, and you're running. No limits on domains, users, or features.
docker pull ghcr.io/janmikes/sendvery:latest
docker compose up -d
Why AGPL-3.0?
AGPL ensures that if someone modifies and deploys Sendvery as a service, they must share their changes. This protects the community while allowing full self-hosting freedom. It's the same license used by Grafana, MongoDB, and Nextcloud.
Contributing
We welcome contributions. Whether it's bug reports, feature requests, or pull requests — check out the GitHub repository to get started.