We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e90b61 commit a2ea8a7Copy full SHA for a2ea8a7
components/mailer.rst
@@ -66,6 +66,7 @@ it:
66
Then, use the SMTP Gmail transport::
67
68
use Symfony\Component\Mailer\Bridge\Google\Smtp\GmailTransport;
69
+ use Symfony\Component\Mailer\Mailer;
70
71
$transport = new GmailTransport('user', 'pass');
72
$mailer = new Mailer($transport);
0 commit comments