fix: Update mail check for html_part (#7273)

This commit is contained in:
Tejaswini Chile
2023-06-09 16:08:40 +05:30
committed by GitHub
parent 48f2e58e59
commit f64f2138db
4 changed files with 6011 additions and 5 deletions

View File

@@ -125,7 +125,7 @@ class Inboxes::FetchImapEmailsJob < ApplicationJob
rescue StandardError => e
ChatwootExceptionTracker.new(e, account: channel.account).capture_exception
Rails.logger.error("
#{channel.provider} Email dropped: #{inbound_mail.from} and message_source_id: #{inbound_mail.message_id}, message_id: #{message_id}")
#{channel.provider} Email dropped: #{inbound_mail.from} and message_source_id: #{inbound_mail.message_id}")
end
# Making sure the access token is valid for microsoft provider