Added Symfony Mailer

This commit is contained in:
Chemaclass 2020-05-05 10:48:11 +02:00 committed by Jamie York
parent 490f72f0fa
commit 8c26ac567a
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
* [Stampie](https://github.com/Stampie/Stampie) - A library for email services such as [SendGrid](https://sendgrid.com/), [PostMark](https://postmarkapp.com), [MailGun](https://www.mailgun.com/) and [Mandrill](https://mailchimp.com/features/transactional-email/).
* [SwiftMailer](https://swiftmailer.symfony.com) - A mailer solution.
* [Symfony Mailer](https://symfony.com/mailer) - The Mailer component helps sending emails
### Files
*Libraries for file manipulation and MIME type detection.*