Skip to content

Commit 29afcee

Browse files
Update mailer.rst
Mentioning `addBcc()` too.
1 parent 2a4427b commit 29afcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ both strings or address objects::
163163
:class:`Symfony\\Component\\Mailer\\Event\\MessageEvent` event to set the
164164
same ``From`` email to all messages.
165165

166-
Multiple addresses are defined with ``addTo()`` and ``addCc()``::
166+
Multiple addresses can be set with ``addTo()``, ``addCc()``, or ``addBcc()`::
167167

168168
$email = (new Email())
169169

0 commit comments

Comments
 (0)