Skip to content

Don't require password for SMTP connection (#739)#740

Merged
teelur merged 1 commit intoreleases/v3.2from
cherry-pick-smtp
Feb 20, 2026
Merged

Don't require password for SMTP connection (#739)#740
teelur merged 1 commit intoreleases/v3.2from
cherry-pick-smtp

Conversation

@teelur
Copy link
Owner

@teelur teelur commented Feb 20, 2026

  • don't require password

  • only set when password

* don't require password

* only set when password
Copilot AI review requested due to automatic review settings February 20, 2026 01:51
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

Adjusts SMTP email sending to support servers that do not require authentication (no password), aligning the WebAPI email sender with “optional credentials” SMTP setups.

Changes:

  • Removes the hard requirement for EMAIL_SENDER_PASSWORD.
  • Sets SmtpClient.Credentials only when a non-empty sender password is configured.

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

@teelur teelur merged commit ea24560 into releases/v3.2 Feb 20, 2026
9 checks passed
@teelur teelur deleted the cherry-pick-smtp branch February 20, 2026 01:54
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.

2 participants