While exploring the email-ext-plugin codebase, I noticed that there are
places where exceptions are printed directly instead of using Jenkins
logging APIs.
I would like to replace these with proper LOGGER usage to improve
log consistency and maintainability.
Please let me know if this approach is acceptable before I proceed.