Skip to content

Commit a2ea8a7

Browse files
erlangparasuOskarStark
authored andcommitted
add use statement
1 parent 2e90b61 commit a2ea8a7

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
@@ -66,6 +66,7 @@ it:
6666
Then, use the SMTP Gmail transport::
6767

6868
use Symfony\Component\Mailer\Bridge\Google\Smtp\GmailTransport;
69+
use Symfony\Component\Mailer\Mailer;
6970

7071
$transport = new GmailTransport('user', 'pass');
7172
$mailer = new Mailer($transport);

0 commit comments

Comments
 (0)