Allow empty username and password for SMTP
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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