codeinc / mailer-email-to-mime-message
This package is abandoned and no longer maintained.
No replacement package was suggested.
A library to convert Code Inc.’s mailer emails to MIME messages using a component of the Zend Framework
1.0.0
2018-08-21 08:26 UTC
Requires
- php: >=7.1
- codeinc/mailer: ^2.0
- zendframework/zend-mail: ^2.10
Requires (Dev)
- codeinc/error-renderer: ^1.0
This package is auto-updated.
Last update: 2020-01-24 20:48:55 UTC
README
This library converts a codeinc/mailer message to a MIME multipart email using the Zend Framework's zendframework/zend-mail.
Installation
This library is available through Packagist and can be installed using Composer:
composer require codeinc/mailer-email-to-mime-message
License
The library is published under the MIT license (see LICENSE
file).