File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6161 Then, use the SMTP Gmail transport::
6262
6363 use Symfony\Component\Mailer\Bridge\Google\Smtp\GmailTransport;
64+ use Symfony\Component\Mailer\Mailer;
6465
6566 $transport = new GmailTransport('user', 'pass');
6667 $mailer = new Mailer($transport);
Original file line number Diff line number Diff line change @@ -304,7 +304,8 @@ Elasticsearch 9200 ``ELASTICSEARCH_``
304304MongoDB 27017 ``MONGODB_ `` (set the database via a Docker ``MONGO_DATABASE `` env var)
305305Kafka 9092 ``KAFKA_ ``
306306Mailcatcher 1025/1080 ``MAILER_ ``
307- 25/80
307+ or 25/80
308+ Blackfire 8707 ``BLACKFIRE_ ``
308309============= ========= ======================
309310
310311You can open web management interfaces for the services that expose them:
You can’t perform that action at this time.
0 commit comments