chore: log emails sent from chatwoot (#8721)
- Log details related to emails sent from Chatwoot to assist in debugging email delivery/bounces/complaints
This commit is contained in:
@@ -16,6 +16,8 @@ module ConversationReplyMailerHelper
|
||||
ms_smtp_settings
|
||||
set_delivery_method
|
||||
|
||||
Rails.logger.info("Email sent from #{email_from} to #{to_emails} with subject #{mail_subject}")
|
||||
|
||||
mail(@options)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user