mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Auto-configure mailer and notifier
This commit is contained in:
@@ -16,5 +16,9 @@ framework:
|
||||
# sync: 'sync://'
|
||||
|
||||
routing:
|
||||
Symfony\Component\Mailer\Messenger\SendEmailMessage: async
|
||||
Symfony\Component\Notifier\Message\ChatMessage: async
|
||||
Symfony\Component\Notifier\Message\SmsMessage: async
|
||||
|
||||
# Route your messages to the transports
|
||||
# 'App\Message\YourMessage': async
|
||||
|
||||
Reference in New Issue
Block a user