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 65
65
Then, use the SMTP Gmail transport::
66
66
67
67
use Symfony\Component\Mailer\Bridge\Google\Smtp\GmailTransport;
68
+ use Symfony\Component\Mailer\Mailer;
68
69
69
70
$transport = new GmailTransport('user', 'pass');
70
71
$mailer = new Mailer($transport);
Original file line number Diff line number Diff line change @@ -304,7 +304,8 @@ Elasticsearch 9200 ``ELASTICSEARCH_``
304
304
MongoDB 27017 ``MONGODB_ `` (set the database via a Docker ``MONGO_DATABASE `` env var)
305
305
Kafka 9092 ``KAFKA_ ``
306
306
Mailcatcher 1025/1080 ``MAILER_ ``
307
- 25/80
307
+ or 25/80
308
+ Blackfire 8707 ``BLACKFIRE_ ``
308
309
============= ========= ======================
309
310
310
311
You can open web management interfaces for the services that expose them:
You can’t perform that action at this time.
0 commit comments