alexlbr/email

Abstract sender for emails in PHP.

1.0.10 2015-12-15 11:19 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:56:06 UTC


README

SensioLabsInsight

Email PHP library

This library aims to create a standardized way to send emails using different providers, at the moment the only implemented provider is SendGrid

If you want to create an adapter for any email library just create a folder under Mailer and implement the MailerInterface in your Mailer class.

Install

$ composer require alexlbr/email "~1"

Usage

TODO