We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9eae70 commit 58eaccaCopy full SHA for 58eacca
mailer.rst
@@ -639,6 +639,10 @@ and it will select the appropriate certificate depending on the ``To`` option::
639
$firstEncryptedEmail = $encrypter->encrypt($firstEmail);
640
$secondEncryptedEmail = $encrypter->encrypt($secondEmail);
641
642
+.. tip::
643
+ The ``SMimeEncrypter`` class defines a second argument to choose
644
+ an algorithm to encrypt the message. the cipher must be one of these PHP constants: https://www.php.net/manual/en/openssl.ciphers.php
645
+
646
Sending Messages Async
647
----------------------
648
0 commit comments