Added the ByJG MailWrapper

- A lightweight wrapper for send mail. The interface is tottaly decoupled from the sender. The sender availables are: PHP Mailer, AWS SES Api, Mailgun Api.
This commit is contained in:
Joao Gilberto Magalhaes 2017-05-27 19:53:02 -03:00
parent 3da27b662f
commit 5c956aaf8e

View File

@ -232,6 +232,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
## Email
*Libraries for sending and parsing email.*
* [ByJG MailWrapper](https://github.com/byjg/mailwrapper) - A lightweight wrapper for send mail. The interface is tottaly decoupled from the sender. The sender availables are: PHP Mailer, AWS SES Api, Mailgun Api.
* [CssToInlineStyles](https://github.com/tijsverkoyen/CssToInlineStyles) - A library to inline CSS in email templates.
* [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
* [Email Validator](https://github.com/nojacko/email-validator) - A small email address validation library.