Skip to content

Commit e823d6b

Browse files
authored
Update mailer.rst
1 parent b573dfb commit e823d6b

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
@@ -64,7 +64,7 @@ it:
6464
6565
Then, use the SMTP Gmail transport::
6666

67-
use Symfony\Component\Mailer\Bridge\Google\Smtp\GmailSmtpTransport;
67+
use Symfony\Component\Mailer\Bridge\Google\Transport\GmailSmtpTransport;
6868
use Symfony\Component\Mailer\Mailer;
6969

7070
$transport = new GmailSmtpTransport('user', 'pass');

0 commit comments

Comments
 (0)