Change SymfonyMailer to point to their github repo

This commit is contained in:
Chemaclass 2020-05-05 10:54:39 +02:00 committed by Jamie York
parent e94fa06cce
commit 9e08abdd9a
1 changed files with 1 additions and 1 deletions

View File

@ -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.*