Closed menachemkorf closed 4 years ago
Description When creating a ticket using the uvdesk:refresh-mailbox command, if the email has an embedded image you can't see the image in the message body.
uvdesk:refresh-mailbox
Possible Solution https://github.com/uvdesk/mailbox-component/blob/017273ef95174c9a8d56934c67e5d9a8dae559ce/Services/MailboxService.php#L321
Switch 'html' to 'htmlEmbedded'
'html'
'htmlEmbedded'
Thank you
Fixed in 15de8b20b86e4a2ad678aaeac1ad29efb6e49aa5
Description
When creating a ticket using the
uvdesk:refresh-mailbox
command, if the email has an embedded image you can't see the image in the message body.Possible Solution
https://github.com/uvdesk/mailbox-component/blob/017273ef95174c9a8d56934c67e5d9a8dae559ce/Services/MailboxService.php#L321
Switch
'html'
to'htmlEmbedded'
Thank you