Official ThorMail worker node. Handles high-throughput background email delivery at scale.
727
The High-Performance, Self-Hosted Email Infrastructure for Developers.
Documentation • Website • GitHub
ThorMail is a powerful, self-hosted email sending platform designed for scale. It replaces expensive cloud email APIs (like SendGrid or Mailgun) with your own infrastructure, giving you full control over your data, costs, and deliverability.
Built with Node.js and optimized for performance, ThorMail allows you to:
For complete installation guides, configuration references, and API documentation, please visit our official documentation:
This image is part of the ThorMail ecosystem. To run it, ensure you have the necessary environment variables configured.
docker run -d \
--name thormail-instance \
--env-file .env \
-p 3000:3000 \
thormail/thormail-{component}:{tag}
Replace {component} with backend, worker, or frontend, and {tag} with the desired version.
If you encounter any issues or have questions, please check our Documentation or open an issue on our GitHub Repository.
Built with ❤️ by the ThorMail Team.
Content type
Image
Digest
sha256:f39ebe5ea…
Size
191 MB
Last updated
4 months ago
docker pull thormail/thormail-worker