@@ -222,7 +222,7 @@ OhMySMTP ohmysmtp+smtp://API_TOKEN@default n/a
222
222
revokes your App Passwords when you change your Google Account password and then
223
223
you need to generate a new one.
224
224
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.
226
226
227
227
.. tip ::
228
228
@@ -1046,7 +1046,7 @@ in order to verify the signature.
1046
1046
.. caution ::
1047
1047
1048
1048
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
1050
1050
to compute a new signature for each recipient.
1051
1051
1052
1052
S/MIME Signer
@@ -1560,7 +1560,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
1560
1560
$client->request('GET', '/mail/send');
1561
1561
$this->assertResponseIsSuccessful();
1562
1562
1563
- $this->assertEmailCount(1);
1563
+ $this->assertEmailCount(1); // use assertQueuedEmailCount() when using Messenger
1564
1564
1565
1565
$email = $this->getMailerMessage();
1566
1566
@@ -1583,7 +1583,5 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
1583
1583
.. _`RFC 3986` : https://www.ietf.org/rfc/rfc3986.txt
1584
1584
.. _`App Password` : https://support.google.com/accounts/answer/185833
1585
1585
1586
- .. tip ::
1587
1586
1588
- If you're using Messenger you should use ``$this->assertQueuedEmailCount(1); `` instead.
1589
-
1587
+
0 commit comments