-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fixes #179: Add missing /tool/e-mail parameter "tls" #180
Fixes #179: Add missing /tool/e-mail parameter "tls" #180
Conversation
In the [documentation](https://help.mikrotik.com/docs/display/ROS/E-mail#Email-Properties) the parameter "tls" is mentioned but it cannot be used. The old "start-tls" parameter is not mentioned there (only on the [old documentation](https://wiki.mikrotik.com/wiki/Manual:Tools/email#Properties)). Trying to use the paramter "tls" lead to the erro message `FAILED! => {"changed": false, "msg": "Unknown key \"tls\"."}`.
Codecov Report
@@ Coverage Diff @@
## main #180 +/- ##
=======================================
Coverage 84.57% 84.57%
=======================================
Files 32 32
Lines 3850 3850
Branches 710 710
=======================================
Hits 3256 3256
Misses 456 456
Partials 138 138
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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 your contribution! Could you please add a changelog fragment? Thanks.
Thanks for reviewing and sorry I missed that. I have added the changelog fragment. |
No worries, that's what reviews are for :) |
As suggested by felixfontein Co-authored-by: Felix Fontein <[email protected]>
@derdeagle thanks for your contribution! |
@felixfontein Thank you, too. |
SUMMARY
Fixes #179: Add missing /tool/e-mail parameter "tls"
In the
documentation the parameter "tls" is mentioned but it cannot be used. The old "start-tls" parameter is not mentioned there (only on the old documentation). Trying to use the paramter "tls" lead to the erro message
FAILED! => {"changed": false, "msg": "Unknown key \"tls\"."}
.ISSUE TYPE
COMPONENT NAME
community.routeros.api_modify
ADDITIONAL INFORMATION
None.