alexlbr / email
Abstract sender for emails in PHP.
1.0.10
2015-12-15 11:19 UTC
Requires
- php: >=5.3
- sendgrid/sendgrid: ~4.0
This package is not auto-updated.
Last update: 2025-04-26 21:31:19 UTC
README
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