@@ -222,7 +222,7 @@ OhMySMTP ohmysmtp+smtp://API_TOKEN@default n/a
222222 revokes your App Passwords when you change your Google Account password and then
223223 you need to generate a new one.
224224 Using other methods (like ``XOAUTH2 `` or the ``Gmail API ``) are not supported currently.
225- You should use Gmail for testing purposes only and use a real provider in production.
225+ You should use Gmail for testing purposes only and use a real provider in production.
226226
227227.. tip ::
228228
@@ -1046,7 +1046,7 @@ in order to verify the signature.
10461046.. caution ::
10471047
10481048 If you use message signature, sending to ``Bcc `` will be removed from the
1049- message. If you need to send a message to multiple recipients, you need
1049+ message. If you need to send a message to multiple recipients, you need
10501050 to compute a new signature for each recipient.
10511051
10521052S/MIME Signer
@@ -1560,7 +1560,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
15601560 $client->request('GET', '/mail/send');
15611561 $this->assertResponseIsSuccessful();
15621562
1563- $this->assertEmailCount(1);
1563+ $this->assertEmailCount(1); // use assertQueuedEmailCount() when using Messenger
15641564
15651565 $email = $this->getMailerMessage();
15661566
@@ -1583,7 +1583,5 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
15831583.. _`RFC 3986` : https://www.ietf.org/rfc/rfc3986.txt
15841584.. _`App Password` : https://support.google.com/accounts/answer/185833
15851585
1586- .. tip ::
15871586
1588- If you're using Messenger you should use ``$this->assertQueuedEmailCount(1); `` instead.
1589-
1587+
0 commit comments