-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_conf_template.txt
More file actions
11 lines (8 loc) · 1.24 KB
/
ext_conf_template.txt
File metadata and controls
11 lines (8 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
# cat=basic//; type=boolean; label=Autoload TypoScript: If enabled, the extension will automatically load the TypoScript setup that is required. When un-checking make sure to include / load the TypoScript on your own as a Static TypoScript.
autoload_typoscript = 1
# cat=redirect//; type=string; label= Development redirect to: List of email addresses where to redirect all messages for "development" context. Notice, it can also be defined in $GLOBALS['TYPO3_CONF_VARS']['MAIL']['development_redirect_to'] = 'email@example.com' which will take the precedence if configured so.
development_redirect_to =
# cat=redirect//; type=string; label= Testing redirect to: List of email addresses where to redirect all messages for "testing" context. Notice, it can also be defined in $GLOBALS['TYPO3_CONF_VARS']['MAIL']['testing_redirect_to'] = 'email@example.com' which will take the precedence if configured so.
testing_redirect_to =
# cat=redirect//; type=string; label= Production redirect to: List of email addresses where to redirect all messages for "production" context. Notice, it can also be defined in $GLOBALS['TYPO3_CONF_VARS']['MAIL']['production_redirect_to'] = 'email@example.com' which will take the precedence if configured so.
production_redirect_to =