Dokploy / Dokploy/dokploy

Allow empty username and password for SMTP

Open
#4,842 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
37.4k
Forks
3k
Avg merge
1d 3h
Merged PRs (30d)
73

Description

What problem will this feature address?

Right now, when configuring an SMTP notification, username and password is required, but certain SMTP solutions (like the Google SMTP Relay) requires the possibility to put no username and password.

Right now Google SMTP Relay in configuration without password but only IP whitelist cannot be used with Dokploy.

Describe the solution you'd like

Allowing empty username and password for SMTP.
A switch to toggle if one wants SMTP authentication is a good solution too.

Describe alternatives you've considered

I considered using the raw SMTP server, but that requires an account application password that we prefer to not use.

Additional context

No response

Will you send a PR to implement it?

No

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the SMTP notification configuration and the validation that currently requires a username and password. Trace how those values are used for SMTP delivery; the work is done when an IP-whitelisted Google SMTP Relay can be configured and used without credentials while authenticated SMTP remains supported.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.