cleentfaar/mailer

This package is abandoned and no longer maintained. No replacement package was suggested.

Build, render and send e-mails with ease

dev-master 2017-03-18 16:28 UTC

This package is auto-updated.

Last update: 2022-02-01 13:06:06 UTC


README

Build Status Scrutinizer Scrutinizer Coverage Github All Releases

Installation

The recommended way to install Mailer is through Composer.

php composer.phar require cleentfaar/mailer

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

Documentation

  1. Getting started
  2. Events
  3. Contributing

Packages depending on this library

The following packages depend on this library:

Package Description
mailer-swiftmailer (driver) Driver that implements the Swiftmailer engine (recommended)
mailer-bundle Symfony bundle that let's you use the Mailer library in your Symfony projects

Suggested packages

leemunroe's HTML email template can be used as a base for your HTML templates.