osio / magento-mail_attachment
Magento Mail lWith Attachment
Fund package maintenance!
aliuosio
Installs: 4
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.4 || ^8.1
README
Overview
The MailWithAttachment
module is designed to facilitate sending emails with attachments in a magento application.
Features
- Send emails with attachments
- Supports multiple attachment types
Installation
To install the MagentoMailhAttachment
module, use Composer:
composer require osio/magento-mail_attachment
bin/magento setup:upgrade
bin/magento cache:flush
Usage
the class Osio\MagentoMailAttachment\Console
is a basic example usage
how to use the MagentoMailhAttachment
module to send an email with an attachment:
You can test the Console command with bin/magento mail:tester
use a mail cacher like Mailhog to catch the E-Mails on yout locahost
Contributions are welcome!
Please submit a pull request or open an issue to discuss your changes.
License
This module is open-source and licensed under the MIT License.