File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # swiftmailer:
2
- # delivery_address: [email protected]
1
+ swiftmailer :
2
+ disable_delivery : true
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ public function onCommentCreated(GenericEvent $event): void
72
72
->setBody ($ body , 'text/html ' )
73
73
;
74
74
75
- // In app/ config/config_dev.yml the 'disable_delivery' option is set to 'true'.
75
+ // In config/packages/dev/swiftmailer.yaml the 'disable_delivery' option is set to 'true'.
76
76
// That's why in the development environment you won't actually receive any email.
77
77
// However, you can inspect the contents of those unsent emails using the debug toolbar.
78
78
// See https://symfony.com/doc/current/email/dev_environment.html#viewing-from-the-web-debug-toolbar
You can’t perform that action at this time.
0 commit comments