Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/team23/magento-module-email-attachments
Add (PDF) attachments to transactional mails in your Adobe Commerce / Magento application.
https://github.com/team23/magento-module-email-attachments
Last synced: about 22 hours ago
JSON representation
Add (PDF) attachments to transactional mails in your Adobe Commerce / Magento application.
- Host: GitHub
- URL: https://github.com/team23/magento-module-email-attachments
- Owner: team23
- License: bsd-3-clause
- Created: 2024-06-14T06:33:14.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T13:37:25.000Z (4 months ago)
- Last Synced: 2024-10-21T03:01:42.890Z (30 days ago)
- Language: PHP
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Team23 EmailAttachments Extension
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
```shell
composer require team23/module-email-attachments
```Now register the module with `bin/magento setup:upgrade`.