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 85d580b commit c2318b8Copy full SHA for c2318b8
config/packages/messenger.yaml
@@ -28,4 +28,6 @@ framework:
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
+ 'PhpList\Core\Domain\Messaging\Message\CampaignProcessorMessage':
32
+ - async_email
33
+ - sync
0 commit comments