Download the PHP package aimanecouissi/module-mail-transport-builder-attachment without Composer
On this page you can find all versions of the php package aimanecouissi/module-mail-transport-builder-attachment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aimanecouissi/module-mail-transport-builder-attachment
More information about aimanecouissi/module-mail-transport-builder-attachment
Files in aimanecouissi/module-mail-transport-builder-attachment
Package module-mail-transport-builder-attachment
Short Description Add attachments to Magento mail transport
License MIT
Homepage https://github.com/aimanecouissi/magento2-module-mail-transport-builder-attachment
Informations about the package module-mail-transport-builder-attachment
AimaneCouissi_MailTransportBuilderAttachment
Extends Magento's mail transport builder with email attachment support. The module provides an attachment-capable transport builder interface for adding raw content or file-based attachments before a message is sent.
Installation
Usage
Inject AttachmentTransportBuilderInterface where a Magento mail transport builder is needed. Use addAttachment() for
raw content and addAttachmentFromFile() for readable file paths.
Call the attachment methods before getTransport(). Queued attachments are added to the generated MIME message and
cleared when the builder resets after transport creation.
Uninstall
Changelog
See CHANGELOG for all recent changes.
License
MIT