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 b0c6921 commit efd97d9Copy full SHA for efd97d9
src/EventSubscriber/CommentNotificationSubscriber.php
@@ -76,8 +76,8 @@ public function onCommentCreated(CommentCreatedEvent $event): void
76
->html($body)
77
;
78
79
- // In config/packages/dev/mailer.yaml the delivery of messages is disabled.
80
- // That's why in the development environment you won't actually receive any email.
+ // In config/packages/mailer.yaml the delivery of messages is disabled in the development environment.
+ // That's why you won't actually receive any email.
81
// However, you can inspect the contents of those unsent emails using the debug toolbar.
82
$this->mailer->send($email);
83
}
0 commit comments