Skip to content

Commit b2f1450

Browse files
authored
add use statement
1 parent 087fe86 commit b2f1450

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/mailer.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ it:
6060
6161
Then, use the SMTP Gmail transport::
6262

63+
use Symfony\Component\Mailer\Mailer;
6364
use Symfony\Component\Mailer\Bridge\Google\Smtp\GmailTransport;
6465

6566
$transport = new GmailTransport('user', 'pass');

0 commit comments

Comments
 (0)