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.
2 parents fd5cbe1 + cab0e57 commit 05b9d80Copy full SHA for 05b9d80
mailer.rst
@@ -630,6 +630,8 @@ and it will select the appropriate certificate depending on the ``To`` option::
630
// ...
631
->to('john@example.com');
632
633
+ // the second optional argument of SMimeEncrypter defines which encryption algorithm is used
634
+ // (it must be one of these constants: https://www.php.net/manual/en/openssl.ciphers.php)
635
$encrypter = new SMimeEncrypter([
636
// key = email recipient; value = path to the certificate file
637
'jane@example.com' => '/path/to/first-certificate.crt',
0 commit comments