Skip to content

Commit 85d580b

Browse files
committed
Fix configs
1 parent f6ba5a1 commit 85d580b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/packages/messenger.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ framework:
66

77
transports:
88
# https://symfony.com/doc/current/messenger.html#transport-configuration
9+
sync: 'sync://'
910
async_email:
1011
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
1112
options:
@@ -25,3 +26,6 @@ framework:
2526
# Route your messages to the transports
2627
'PhpList\Core\Domain\Messaging\Message\AsyncEmailMessage': async_email
2728
'PhpList\Core\Domain\Messaging\Message\SubscriberConfirmationMessage': async_email
29+
'PhpList\Core\Domain\Messaging\Message\SubscriptionConfirmationMessage': async_email
30+
'PhpList\Core\Domain\Messaging\Message\PasswordResetMessage': async_email
31+
'PhpList\Core\Domain\Messaging\Message\CampaignProcessorMessage': async_email

0 commit comments

Comments
 (0)