From ba9aab2eacc6494e206d105aec18cc2b5aa3572d Mon Sep 17 00:00:00 2001 From: Jamie York Date: Thu, 16 Jul 2020 14:12:42 +0100 Subject: [PATCH] Add email library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93de434..a292b62 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Fetch](https://github.com/tedious/Fetch) - An IMAP library. * [Mautic](https://github.com/mautic/mautic) - Email marketing automation * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution. +* [PHP IMAP](https://github.com/barbushin/php-imap) - A library to access mailboxes via POP3, IMAP and NNTP. * [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://github.com/symfony/mailer) - A powerful library for creating and sending emails.