-
Notifications
You must be signed in to change notification settings - Fork 262
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 mail to be sent without starttls() and login creds if desired #641
Conversation
f182dc9
to
a9e1ae9
Compare
Hi @MaverikMoody, thanks, this is a valid change. Although I think we could possibly get away with a slightly simpler implementation, where we simply check if
What do you think? |
a9e1ae9
to
4c2507a
Compare
Thanks for taking a look at this, I agree that something simpler here is totally fine and I've updated the PR to reflect your suggestion. I know some projects prefer to have explicit switches required for anything that could be deemed an insecure transmission of data, so I thought I would err on the side of caution here. Let me know if you'd like any additional changes. |
4c2507a
to
49000b9
Compare
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 making the tweak @MaverikMoody
Thanks again for the review, are we waiting on anything else for getting this merged? |
Thanks @MaverikMoody, I just wanted to double-check that it works as expected on my set up. Does it work as expected on yours? The change is working as expected:
|
Proposed changes
Addresses some of the limitations outlined in the README for the SMTP output.
Types of changes
Checklist
pre-commit
in the repo)