What this solution does
The module displays a complete list of emails actually sent from the Bitrix system to users. The interface allows viewing message content in HTML and TXT formats, inspecting attachments, and examining sent email headers.
Unlike standard event viewing in the b_event table, the module records all emails passed via the bxmail() function. This ensures the content is displayed exactly as it will be delivered to the recipient.
The tracing function shows the sequence of Bitrix function calls preceding each email send. This simplifies development tasks by helping identify the specific function that initiated any email sent from the site.
The module also displays all emails sent through the Triggered Mailings mechanism.
When needed, General iT can implement “View sent emails”, configure the module and verify it against the current website setup.