Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
208d1a3d
Commit
208d1a3d
authored
Sep 15, 2020
by
jonas.goetze
Browse files
[TASK] add mail configuration to be able to use mailhog in ddev
parent
22bac33d
Pipeline
#9616
failed with stages
in 3 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
private/typo3conf/AdditionalConfiguration.ddev.php
View file @
208d1a3d
...
...
@@ -41,3 +41,7 @@ $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['filefill']['storages'][1] = [
'identifier'
=>
'placeholder'
,
],
];
// This mail configuration sends all emails to mailhog
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'MAIL'
][
'transport'
]
=
'smtp'
;
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'MAIL'
][
'transport_smtp_server'
]
=
'localhost:1025'
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment