@@ -1367,9 +1367,9 @@ key but not a certificate::
13671367Signing Messages Globally
13681368.........................
13691369
1370- Instead of creating a signer instance for every email, you can configure a global signer
1371- that automatically applies to all outgoing messages. This approach reduces repetition
1372- and centralizes your configuration for both DKIM and S/MIME signing.
1370+ Instead of creating a signer instance for each email, you can configure a global
1371+ signer that automatically applies to all outgoing messages. This approach
1372+ minimizes repetition and centralizes your configuration for DKIM and S/MIME signing.
13731373
13741374.. configuration-block ::
13751375
@@ -1435,6 +1435,9 @@ and centralizes your configuration for both DKIM and S/MIME signing.
14351435 ;
14361436 };
14371437
1438+ .. versionadded :: 7.3
1439+
1440+ Global message signing was introduced in Symfony 7.3.
14381441
14391442Encrypting Messages
14401443~~~~~~~~~~~~~~~~~~~
@@ -1477,13 +1480,11 @@ and it will select the appropriate certificate depending on the ``To`` option::
14771480 $firstEncryptedEmail = $encrypter->encrypt($firstEmail);
14781481 $secondEncryptedEmail = $encrypter->encrypt($secondEmail);
14791482
1480-
14811483Encrypting Messages Globally
14821484............................
14831485
1484- Similarly, you can avoid instantiating a new encrypter for every email by setting up a
1485- global S/MIME encrypter. With this configuration, the encrypter is automatically
1486- applied to all emails you send.
1486+ Instead of creating a new encrypter for each email, you can configure a global S/MIME
1487+ encrypter that automatically applies to all outgoing messages:
14871488
14881489.. configuration-block ::
14891490
@@ -1528,6 +1529,10 @@ applied to all emails you send.
15281529 ;
15291530 };
15301531
1532+ .. versionadded :: 7.3
1533+
1534+ Global message encryption configuration was introduced in Symfony 7.3.
1535+
15311536.. _multiple-email-transports :
15321537
15331538Multiple Email Transports
0 commit comments