Skip to content

Commit 50bb069

Browse files
authored
Update mailer.rst
1 parent b2f1450 commit 50bb069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/mailer.rst

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

63-
use Symfony\Component\Mailer\Mailer;
6463
use Symfony\Component\Mailer\Bridge\Google\Smtp\GmailTransport;
64+
use Symfony\Component\Mailer\Mailer;
6565

6666
$transport = new GmailTransport('user', 'pass');
6767
$mailer = new Mailer($transport);

0 commit comments

Comments
 (0)