easymvc/email

PHP Class Email for the EasyMVC Framework

2.1.1.29 2020-05-03 11:21 UTC

This package is auto-updated.

Last update: 2024-03-29 04:11:35 UTC


README

This is the Class Email which is used by EasyMVC.

Installation

Install the package using composer.

composer require easymvc/email

or by editing composer.json yourself and adding:

"require": {
    "easymvc/email": "*"
}