Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(notifications): don't require login and password to allow using S… #313

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anaxita
Copy link

@anaxita anaxita commented Mar 14, 2025

Don't require login and password for SMTP to omit using auth (and upgrading to SMTPs) to allow using just SMTP (for only internal smtp servers for example)

@anaxita
Copy link
Author

anaxita commented Mar 14, 2025

In server if login and pass was provided it requires TLS upgrade for server because it starts using plain auth (client send START TLS)

https://github.com/kopia/kopia/blob/9b68189d29efe4c8b548d67b3c7a37e4f65770ae/notification/sender/email/email_sender.go#L27-L29

@anaxita anaxita force-pushed the do-not-require-plain-auth branch from 9574e0a to 1f22cba Compare April 12, 2025 11:55
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.

1 participant