Skip to content

Commit 456849a

Browse files
committed
Update the default mailer_dsn
By using the built in and available mailcather dsn, we get a functioning mail feature out of the box. Fixes: #1949
1 parent 8b8a966 commit 456849a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/packages/parameters.yml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ parameters:
205205
subject: 'IdP debug info from %%1$s'
206206

207207
## Symfony Mailer configuration
208-
mailer_dsn: 'smtp://user:password@localhost:25'
208+
mailer_dsn: 'smtp://mailcatcher:25'
209209

210210
##########################################################################################
211211
## FEATURE SETTINGS

0 commit comments

Comments
 (0)