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 ae2e8af commit 4874152Copy full SHA for 4874152
mailer.rst
@@ -656,6 +656,11 @@ and it will select the appropriate certificate depending on the ``To`` option::
656
$firstEncryptedEmail = $encrypter->encrypt($firstEmail);
657
$secondEncryptedEmail = $encrypter->encrypt($secondEmail);
658
659
+.. tip::
660
+
661
+ The ``SMimeEncrypter`` class defines a second argument to choose
662
+ an algorithm to encrypt the message. the cipher must be one of these PHP constants: https://www.php.net/manual/en/openssl.ciphers.php
663
664
Sending Messages Async
665
----------------------
666
0 commit comments