From 9e08abdd9aca9e0d9682ae77387b78463894fdbb Mon Sep 17 00:00:00 2001 From: Chemaclass Date: Tue, 5 May 2020 10:54:39 +0200 Subject: [PATCH] Change SymfonyMailer to point to their github repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e04c8f5..e37fd7b 100644 --- a/README.md +++ b/README.md @@ -249,7 +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. +* [Symfony Mailer](https://github.com/symfony/mailer) - The Mailer component helps sending emails. ### Files *Libraries for file manipulation and MIME type detection.*