osio/magento-mail_attachment

Magento Mail lWith Attachment

Maintainers

Package info

github.com/aliuosio/MagentoMailAttachment

Type:magento2-module

pkg:composer/osio/magento-mail_attachment

Fund package maintenance!

aliuosio

Statistics

Installs: 42

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

0.2.3 2024-11-06 20:18 UTC

This package is auto-updated.

Last update: 2026-03-15 16:36:19 UTC


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.