fooman / emailattachments-m2
Automatically attach pdf and terms and conditions documents to outgoing sales emails.
Installs: 406 241
Dependents: 0
Suggesters: 0
Security: 0
Stars: 22
Watchers: 5
Forks: 9
Type:metapackage
Requires
- php: ~7.1.0||~7.2.0||~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0
- fooman/emailattachments-implementation-m2: 107.4.0
- magento/framework: >= 102.0.3 < 102.0.8 || >=103.0.0 < 103.0.8
Suggests
- fooman/pdfcustomiser-m2: Allows to easily customise the sales pdfs while also reducing file sizes
- fooman/printorderpdf-m2: Allows attaching the order confirmation pdf to the order confirmation email
This package is auto-updated.
Last update: 2024-10-14 23:13:37 UTC
README
Extension for Magento 2
A User Manual can be found here
Installation
This package is available via packagist.org. Please use Composer to install the extension
bin/magento deploy:mode:set developer (if you are in production mode)
composer require fooman/emailattachments-m2:^3.0
bin/magento module:enable --clear-static-content Fooman_EmailAttachments
bin/magento setup:upgrade
your usual sequence of commands to enable production mode, for example
bin/magento deploy:mode:set production
Depending on Email Attachments
If you are using Email Attachments to build functionality on top of please require the implementation package
composer require fooman/emailattachments-implementation-m2
instead as only that package will be semantically versioned.