Add built-in Mail Server / Mail Service Support in Dokploy #2730
fabriceyopa
started this conversation in
Ideas
Replies: 1 comment
-
|
Self hosted email servers are highly likely to get blocked, either directly by the hosting provider or from the receiving mail server even when correctly configured I'm not saying it's not possible, it's just far easier to use ses |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Dokploy team — first of all, thank you for building and maintaining such a promising open-source PaaS alternative.
I want to propose adding support for hosting a mail server/mail service as a first-class feature inside Dokploy. The idea is to let users deploy and manage their own email infrastructure (SMTP, IMAP/POP, webmail, etc.) via Dokploy in a way similar to how Cloudron integrates email.
Below are motivations, use-cases, and a rough sketch of how this could be architected.
Why a built-in mail service is valuable
Full autonomy & ownership
Many users self-host their applications, but still rely on external email services (Gmail, SendGrid, etc.). Having email integrated means they can fully own their stack.
Better integration
• Automatic DNS / MX / SPF / DKIM / DMARC management
• Seamless certificate management (e.g. via Let’s Encrypt)
• Sending transactional email from apps (e.g. password resets) with local SMTP
• Inbound mail forwarding, aliases, webmail, etc.
Competitive differentiation
Cloudron is often praised for its built-in email support. Having this in Dokploy would strengthen its position as a full self-hosted PaaS.
User convenience
Many users already deploy webapps, databases, etc. Adding email as a first-class service would reduce friction and the need to spin up a separate mail server or external service.
Beta Was this translation helpful? Give feedback.
All reactions