alexlbr/email

Abstract sender for emails in PHP.

Maintainers

Package info

github.com/alexlbr/Email

Issues

pkg:composer/alexlbr/email

Statistics

Installs: 1 586

Dependents: 1

Suggesters: 0

Stars: 0

1.0.10 2015-12-15 11:19 UTC

This package is not auto-updated.

Last update: 2026-03-15 02:09:56 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