How to add Images from Laravel /resources/image to email/payment/html-body-standard

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
brix14
Posts: 7
Joined: 07 Feb 2022, 08:44

How to add Images from Laravel /resources/image to email/payment/html-body-standard

Post by brix14 » 07 Feb 2022, 08:48

How can I add new image from the Laravel resource/images/ to Email/Payment/html-body-standard.php. I've tried to call image from Email/Payment/html-body, Also tried converting image to base64. But after I receive the email the image is either broken or cannot view.

User avatar
aimeos
Administrator
Posts: 8636
Joined: 01 Jan 1970, 00:00

Re: How to add Images from Laravel /resources/image to email/payment/html-body-standard

Post by aimeos » 08 Feb 2022, 10:47

You have to pass the image to the embeddAttachment() method of the mailer object and use the returned CID for the image "src" attribute.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply