team23/module-email-attachments

Attach different files to transaction mails

2.1.0 2024-03-05 08:26 UTC

This package is auto-updated.

Last update: 2024-06-14 06:40:26 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

Add composer registry

composer config repositories.git.team23.de/171 '{"type": "composer", "url": "https://git.team23.de/api/v4/group/171/-/packages/composer/packages.json"}'

Install package

composer require team23/module-email-attachments

Use following commands:

bin/magento module:enable Team23_EmailAttachments
bin/magento setup:upgrade