aimanecouissi/module-mail-transport-builder-attachment
最新稳定版本:1.0.0
Composer 安装命令:
composer require aimanecouissi/module-mail-transport-builder-attachment
包简介
Add attachments to Magento mail transport
README 文档
README
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
composer require aimanecouissi/module-mail-transport-builder-attachment bin/magento module:enable AimaneCouissi_MailTransportBuilderAttachment bin/magento setup:upgrade bin/magento cache:flush
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
bin/magento module:disable AimaneCouissi_MailTransportBuilderAttachment composer remove aimanecouissi/module-mail-transport-builder-attachment bin/magento setup:upgrade bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.
License
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-12