Werk #19098: Fix empty error message when scheduled report email delivery fails
| Component | Reporting & availability | ||||||
| Title | Fix empty error message when scheduled report email delivery fails | ||||||
| Date | Mar 17, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Previously, when sending a scheduled report via email failed (e.g. due to mailbox size limits or other mail delivery errors), the error message was empty.
The actual error from the mail transfer agent was lost because the exception was re-raised without passing the original message. You now get the actual reason for the failure both in the log and in the schedule's error display.