php-imap
php-imap copied to clipboard
Don't show inline images in the email
Hello! Can u help me? When I try to see the message. The message has an inline attachment and it is an image but I can't see the image in the message. How can I see the image in the message?
In the html message . I have this code :
Hi @familiaorlando100 , the image you are looking for should be inside the attachments array:
/** @var \Webklex\PHPIMAP\Message $message */
/** @var \Webklex\PHPIMAP\Support\AttachmentCollection $attachments */
$attachments = $message->getAttachments();
Best regards & happy coding,
not found