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
Add allow self singed in mail setting #20046
Conversation
add allow self singed
update change log
@peterhashair Weren't @mattab's requirements defined in #18563 (comment) clear enough? Wondering why you implemented only one ini setting instead of the three settings he requested |
I would also change the wording of the setting. |
update config options
@sgiehl ops update it. |
CHANGELOG.md
Outdated
@@ -4,6 +4,10 @@ This is the Developer Changelog for Matomo platform developers. All changes in o | |||
|
|||
The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)** lets you see more details about any Matomo release, such as the list of new guides and FAQs, security fixes, and links to all closed issues. | |||
|
|||
## Matomo 4.12.5 |
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 would actually be 4.13.0 if this is merged before the next release. Otherwise potentially 4.13.1
update changelog version number
# Conflicts: # CHANGELOG.md
resolve conflic
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.
Added some suggestions for text improvements. Otherwise guess this should work as expected.
Co-authored-by: Stefan Giehl <stefan@matomo.org>
Co-authored-by: Stefan Giehl <stefan@matomo.org>
Co-authored-by: Stefan Giehl <stefan@matomo.org>
Co-authored-by: Stefan Giehl <stefan@matomo.org>
Co-authored-by: Stefan Giehl <stefan@matomo.org>
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.
Looks good to me now.
Sorry i forgot to mention, but here I would expect that we surface the existence of these settings to the user when they get the error, say change the message from:
(as found in the original issue) to something helpful to users to find it directly like:
and additionally create a new short FAQ to document the settings. Note: Just seeing i had mentioned it in #18563 (comment) |
@mattab That might be not that easy to implement. The error message is coming from PHPMailer, which throws a normal |
Sounds good - then we just need to Create a FAQ that mentions the console error message + the solution with the new INI setting (so that people searching for the error will find it) eg. "How do I configure Matomo to send emails when a self-served certificate is used, or SSL doesn't work?" |
Description:
Fixes: #18563
add allow self singed in mail setting
Review