fooman / emailattachments-m2
Automatically attach pdf and terms and conditions documents to outgoing sales emails.
Package info
github.com/fooman/emailattachments-m2
Type:metapackage
pkg:composer/fooman/emailattachments-m2
3.7.0
2026-04-20 05:03 UTC
Requires
- php: ~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0
- fooman/emailattachments-implementation-m2: 107.6.0
- magento/framework: >=103.0.4-p13 < 103.0.10
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
- dev-develop
- 3.7.0
- 3.6.1
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.11
- 3.3.10
- 3.3.9
- 3.3.8
- 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.11
- 3.1.10
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.0
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- dev-main
- dev-master
This package is auto-updated.
Last update: 2026-05-16 11:07:44 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.