Update the SwiftMailer recipe for dev environment

This commit is contained in:
Javier Eguiluz
2017-07-28 10:47:51 +02:00
parent 0ee360e2c4
commit 1c324b44f3
@@ -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']