alexlbr/email
Provider-agnostic PHP email library with a simple adapter interface. Includes a SendGrid mailer implementation and a MailerInterface for adding your own providers by creating a Mailer adapter under the Mailer namespace. Install via Composer.
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.
$ composer require alexlbr/email "~1"
TODO
How can I help you explore Laravel packages today?