mirror of
https://github.com/symfony/recipes.git
synced 2026-09-21 20:16:37 +03:00
7 lines
245 B
YAML
7 lines
245 B
YAML
# See https://symfony.com/doc/current/email/dev_environment.html
|
|
swiftmailer:
|
|
# disable the sending of email altogether
|
|
disable_delivery: true
|
|
# ... or send all email to a specific address
|
|
#delivery_addresses: ['me@example.com']
|