From 8c26ac567a2bb5970cfc3102ac32b56eeb46cb9a Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Tue, 5 May 2020 10:48:11 +0200 Subject: [PATCH] Added Symfony Mailer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1fa50bd..58fc61d 100644 --- a/README.md +++ b/README.md @@ -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.*