@@ -1367,9 +1367,9 @@ key but not a certificate::
1367
1367
Signing Messages Globally
1368
1368
.........................
1369
1369
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.
1373
1373
1374
1374
.. configuration-block ::
1375
1375
@@ -1435,6 +1435,9 @@ and centralizes your configuration for both DKIM and S/MIME signing.
1435
1435
;
1436
1436
};
1437
1437
1438
+ .. versionadded :: 7.3
1439
+
1440
+ Global message signing was introduced in Symfony 7.3.
1438
1441
1439
1442
Encrypting Messages
1440
1443
~~~~~~~~~~~~~~~~~~~
@@ -1477,13 +1480,11 @@ and it will select the appropriate certificate depending on the ``To`` option::
1477
1480
$firstEncryptedEmail = $encrypter->encrypt($firstEmail);
1478
1481
$secondEncryptedEmail = $encrypter->encrypt($secondEmail);
1479
1482
1480
-
1481
1483
Encrypting Messages Globally
1482
1484
............................
1483
1485
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:
1487
1488
1488
1489
.. configuration-block ::
1489
1490
@@ -1528,6 +1529,10 @@ applied to all emails you send.
1528
1529
;
1529
1530
};
1530
1531
1532
+ .. versionadded :: 7.3
1533
+
1534
+ Global message encryption configuration was introduced in Symfony 7.3.
1535
+
1531
1536
.. _multiple-email-transports :
1532
1537
1533
1538
Multiple Email Transports
0 commit comments