Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 747 Bytes

2022-12-09-build-mail-attachments-on-transport.md

File metadata and controls

12 lines (12 loc) · 747 Bytes
title issue author author_email author_github
Build mail attachments on transport
NEXT-24474
d.neustadt
d.neustadt@shopware.com
dneustadt

Core

  • Added Shopware\Core\Content\Mail\Service\MailAttachmentsConfig for setting up attachments to be built before mail transport
  • Added Shopware\Core\Content\Mail\Service\MailAttachmentsBuilder service for building media and document mail attachments
  • Added Shopware\Core\Content\Mail\Service\MailerTransportDecorator to decorate TransportInterface and use MailAttachmentsBuilder to build attachments
  • Added Shopware\Core\Content\Mail\Service\Mail as extension of Symfony\Component\Mime\Email to carry information regarding attachments in the form of MailAttachmentsConfig