team23 / module-email-attachments
Attach different files to transaction mails
Installs: 1 496
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-component
Requires
- php: ^8.1
- laminas/laminas-mime: ^2.12
- magento/framework: ^103.0
- magento/module-backend: ^102.0
- magento/module-config: ^101.2
- magento/module-sales: ^103.0
- magento/module-store: ^101.1
- psr/log: ^1.0||^2.0||^3.0
- team23/module-core: ^1.0
This package is auto-updated.
Last update: 2025-02-18 14:49:50 UTC
README
Add (PDF) attachments to transactional mails.
Description
Configure all attachments for all transactional email types in Magento backend, and they will be added automatically to the mail.
Installation details
Installation is done via composer
composer require team23/module-email-attachments
Now register the module with bin/magento setup:upgrade
.