-
Notifications
You must be signed in to change notification settings - Fork 174
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
#347 - Adding protocol to EmailServer class #348
#347 - Adding protocol to EmailServer class #348
Conversation
Signed-off-by: Stephen Steiner <[email protected]>
🎉 Thanks for opening this pull request! We really appreciate contributors like you! 🙌 |
…parameter Signed-off-by: Stephen Steiner <[email protected]>
Fixes #347 |
Signed-off-by: Stephen Steiner <[email protected]>
Signed-off-by: Stephen Steiner <[email protected]>
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.
lgtm
🎉 Congrats on getting your first pull request merged! We here at Palo Alto Networks are so grateful! ❤️ |
🎉 This PR is included in version 1.3.0 🎉 The release is available on PyPI and GitHub release
|
Signed-off-by: Stephen Steiner [email protected]
Description
Adding
protocol
attribute to theEmailServer
class inpanos.device
to support the changes in PanOS 10+Motivation and Context
Since the introduction of PanOS 10, the email server configuration requires the protocol attribute as either SMTP or TLS
How Has This Been Tested?
Ran
poetry run make test
Ran
poetry run make test-all
(Failed, but for other than changes made)Types of changes
Checklist