... |
... |
@@ -160,3 +160,11 @@ |
160 |
160 |
|cleanup.worker.active|true|Whether the system cleanup job is active and run periodically. The system clean up jobs, for example, checks for unconfirmed form records waitning for a double opt-in confirmation, and deletes them when they are expired. |
161 |
161 |
|cleanup.worker.cronexpression|0 0,15,30,45 * ? * *|The cron expression for the system clean up job that indicates when and how often that job is run. The system clean up jobs, for example, checks for unconfirmed form records waitning for a double opt-in confirmation, and deletes them when they are expired. |
162 |
162 |
{{/table}} |
|
163 |
+ |
|
164 |
+== Sending of emails == |
|
165 |
+ |
|
166 |
+{{table dataTypeAlpha="0" preSort="0-asc" caption="Settings for the sending of emails"}} |
|
167 |
+|= Eigenschaft |= Standardwert |= Beschreibung |
|
168 |
+|mail.smtp.connectiontimeout {{version major="7" minor="0" patch="4" /}}|300000|SMTP Socket connection timeout value in milliseconds. |
|
169 |
+|mail.smtp.timeout {{version major="7" minor="0" patch="4" /}}|300000|SMTP Socket I/O timeout value in milliseconds. |
|
170 |
+{{/table}} |