diff --git a/README.md b/README.md index 53f365c..ac1c775 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![License](https://poser.pugx.org/paragonie/gpg-mailer/license)](https://packagist.org/packages/paragonie/gpg-mailer) [![Downloads](https://img.shields.io/packagist/dt/paragonie/gpg-mailer.svg)](https://packagist.org/packages/paragonie/gpg-mailer) -Send GPG-encrypted emails (using [zend-mail](https://github.com/zendframework/zend-mail) +Send GPG-encrypted emails (using [laminas-mail](https://github.com/laminas/laminas-mail/) and [Crypt_GPG](https://github.com/pear/Crypt_GPG)). License: MIT @@ -52,10 +52,10 @@ public function sendUnencrypted(Message $message, bool $force = false); ```php addTo('test@example.com', 'Test Email'); $message->setBody('Cleartext for now. Do not worry; this gets encrypted.'); @@ -140,10 +140,10 @@ GPGMailer constructor. addTo('test@example.com', 'Test Email'); $message->setBody('Cleartext for now. Do not worry; this gets encrypted.'); @@ -185,10 +185,10 @@ and we use the `sendUnencrypted()` method instead. ```php addTo('test@example.com', 'Test Email'); $message->setBody('Cleartext for now. Do not worry; this gets encrypted.');