Skip to content

Commit 263c879

Browse files
committed
minor #1477 Fix comment about mailer config (HeahDude)
This PR was merged into the main branch. Discussion ---------- Fix comment about mailer config The config files have been merged and `when@dev` is now used. Commits ------- efd97d9 Fix comment about mailer config
2 parents 8f7b923 + efd97d9 commit 263c879

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)