Skip to content

Commit 40cf74b

Browse files
authored
Merge pull request #132 from javiereguiluz/swiftmailer_dev
2 parents af168d0 + 1c324b4 commit 40cf74b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
#swiftmailer:
2-
#delivery_address: [email protected]
1+
# See https://symfony.com/doc/current/email/dev_environment.html
2+
swiftmailer:
3+
# disable the sending of email altogether
4+
disable_delivery: true
5+
# ... or send all email to a specific address
6+
#delivery_addresses: ['[email protected]']

0 commit comments

Comments
 (0)