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 f6ba5a1 commit 85d580bCopy full SHA for 85d580b
config/packages/messenger.yaml
@@ -6,6 +6,7 @@ framework:
6
7
transports:
8
# https://symfony.com/doc/current/messenger.html#transport-configuration
9
+ sync: 'sync://'
10
async_email:
11
dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
12
options:
@@ -25,3 +26,6 @@ framework:
25
26
# Route your messages to the transports
27
'PhpList\Core\Domain\Messaging\Message\AsyncEmailMessage': async_email
28
'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