tigra/email

PHP Class Email for the Tigra Framework

7.4.1.0 2022-05-26 13:18 UTC

This package is auto-updated.

Last update: 2024-04-26 17:34:22 UTC


README

This is the Class Email which is used by Tigra.

Installation

Install the package using composer.

composer require tigra/email

or by editing composer.json yourself and adding:

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