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

Allow external initialisation of the SSL context for smtps #175

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

Conversation

FillipMatthew
Copy link

fixes #173

These are the changes for the smtps class that allow for the creation and initialisation of an SSL context externally to the library so that users can setup their SSL certificates or other settings that are not accessible when the context is kept private.

The default was also changed to use peer verification by default.

These changes should be easy to also apply to the other classes that need them.

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.

SSL errors
1 participant