Skip to content

Commit efd97d9

Browse files
committed
Fix comment about mailer config
1 parent b0c6921 commit efd97d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EventSubscriber/CommentNotificationSubscriber.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ public function onCommentCreated(CommentCreatedEvent $event): void
7676
->html($body)
7777
;
7878

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.
79+
// In config/packages/mailer.yaml the delivery of messages is disabled in the development environment.
80+
// That's why you won't actually receive any email.
8181
// However, you can inspect the contents of those unsent emails using the debug toolbar.
8282
$this->mailer->send($email);
8383
}

0 commit comments

Comments
 (0)