-
Notifications
You must be signed in to change notification settings - Fork 12
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 support for authenticated SMTP with a custom port #38
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks ok by me, would suggest this change to the changelog as we explicitly mention that it's authentication where there are issues with the current code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
@awesome-michael please could you add a "signed-off-by" to this PR, per https://github.com/matrix-org/rageshake/blob/master/CONTRIBUTING.rst#sign-off? |
Signed-off-by: Michael Albert <[email protected]>
Sending emails fails if the port is used in smtp.PlainAuth. Since no timeout is configured this error blocks the complete application.
I separated host and port of the SMTP server in the config to prevent this.