From 12a0a441ac91285b050857d1eab07954ad2ed070 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Tue, 30 Apr 2013 07:13:25 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 44a70653..479e6a68 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -61,6 +61,7 @@ A list of amazingly awesome PHP libraries, resources and shiny things. ## Email * [SwiftMailer](http://swiftmailer.org/) - A mailer solution. +* [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution. * [Fetch](https://github.com/tedivm/Fetch) - An IMAP library. * [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.