Issue #3556311: Implemented the feature to enable/disable individual email logs
- Modified the configuration schemas to support new settings related to individual log toggling for SMTP emails.
- Added a new configuration option in the form to enable/disable logging for individual email messages sent via the SMTP module.
- Added checks within the code to determine whether logging is enabled for each email sent, ensuring logs are generated only when configured to do so.
- Added configuration to enable SMTP logger by default in
smtp.installandsmtp.post_update.phpwith a default value set to TRUE.
Closes #3556311