easymvc/email

PHP Class Email for the EasyMVC Framework

Installs: 94

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/easymvc/email

2.1.1.29 2020-05-03 11:21 UTC

This package is auto-updated.

Last update: 2025-09-29 01:32:13 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": "*"
}