-
Notifications
You must be signed in to change notification settings - Fork 3
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
feature: add defaults for SMTP user and password #2535
Conversation
Allow start of Wildfly without SMTP environment variables
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #2535 +/- ##
==========================================
Coverage 54.76% 54.76%
- Complexity 3366 3367 +1
==========================================
Files 1004 1004
Lines 22761 22768 +7
Branches 1785 1751 -34
==========================================
+ Hits 12465 12469 +4
- Misses 9382 9503 +121
+ Partials 914 796 -118
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Allow start of Wildfly without SMTP user and password environment variables
Solves PZ-4748