maatify/mailer

Official PHP library for maatify.dev Mailer handler, known by our team

1.1.9 2024-01-14 02:56 UTC

This package is auto-updated.

Last update: 2024-04-14 03:28:25 UTC


README

Current version Packagist PHP Version Support Monthly Downloads Total Downloads Stars

Mailer

Official PHP library for maatify.dev Mailer handler, known by our team

Installation

composer require maatify/mailer

Don't forget to create Class App\Assist\Maile

namespace App\Assist\Mailer;

class StgMail
{
    public  const stg_mailer_url = 'YOUR STG SENDER';
}