easymvc/email

PHP Class Email for the EasyMVC Framework

Maintainers

Package info

github.com/RudyMas/Emvc_Email

pkg:composer/easymvc/email

Statistics

Installs: 94

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

2.1.1.29 2020-05-03 11:21 UTC

This package is auto-updated.

Last update: 2026-03-01 00:24:40 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": "*"
}