mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Update the SwiftMailer recipe for dev environment
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
#swiftmailer:
|
||||
#delivery_address: me@example.com
|
||||
# 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']
|
||||
|
||||
Reference in New Issue
Block a user