Skip to content

Don't require password for SMTP connection#739

Merged
teelur merged 2 commits intomainfrom
don't-require-password-for-smtp
Feb 20, 2026
Merged

Don't require password for SMTP connection#739
teelur merged 2 commits intomainfrom
don't-require-password-for-smtp

Conversation

@teelur
Copy link
Owner

@teelur teelur commented Feb 20, 2026

Some providers don't need a password.

Copilot AI review requested due to automatic review settings February 20, 2026 01:37
@teelur teelur linked an issue Feb 20, 2026 that may be closed by this pull request
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request removes the null/empty validation check for the EMAIL_SENDER_PASSWORD configuration value to support SMTP providers that don't require password authentication. However, the implementation is incomplete as it doesn't address how the credentials are used when connecting to the SMTP server.

Changes:

  • Removed the ArgumentNullException throw when EMAIL_SENDER_PASSWORD is null or empty

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@teelur teelur merged commit 0a2e85a into main Feb 20, 2026
9 checks passed
@teelur teelur deleted the don't-require-password-for-smtp branch February 20, 2026 01:48
teelur added a commit that referenced this pull request Feb 20, 2026
* don't require password

* only set when password
teelur added a commit that referenced this pull request Feb 20, 2026
* don't require password

* only set when password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to get SMTP configuration working with dumb smtp relay

2 participants