aimanecouissi/module-mail-transport-builder-attachment 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Latest Stable Version Total Downloads Magento Version License PHP Version Require

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

MIT

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 8
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-04-12