-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander Bigga
committed
Jun 14, 2021
1 parent
0fa277b
commit aff6fc5
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,6 +77,23 @@ Configure Email Handling | |
Default | ||
``[email protected]`` | ||
|
||
.. container:: table-row | ||
|
||
Property | ||
email.keepLocalFilesForDebugging | ||
|
||
Data type | ||
string | ||
|
||
Description | ||
Keep files (.ics, .csv, .html) sent by email for debugging purpose. | ||
The files are stored in :code:`typo3temp/tx_slubevents/`. | ||
|
||
**Do not use this setting on production environment!** | ||
|
||
Default | ||
0 - Do not keep files. | ||
|
||
.. container:: table-row | ||
|
||
Property | ||
|
@@ -273,4 +290,4 @@ simply add these line to your registration form template | |
</label> | ||
While the property ``acceptpp`` is submitted, it's needed to be checked | ||
to submit a valid registration. | ||
to submit a valid registration. |