Skip to content

Commit 26ae330

Browse files
author
Marius Burkard
committed
Merge branch '5843-ispc-import-csv-email.php' into 'develop'
add new fields to example ispc-import-csv-email.php Closes #5843 See merge request ispconfig/ispconfig3!1281
2 parents 1d5f9b7 + d2d3013 commit 26ae330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

remoting_client/examples/ispc-import-csv-email.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ function apiCall( ...$args ) {
227227
'autoresponder_start_date' => date( 'Y-m-d H:i:s' ),
228228
'autoresponder_end_date' => date( '2024-m-d H:i:s' ),
229229
'autoresponder_text' => $record['autoresponder_text'],
230+
'purge_trash_days' => 0,
231+
'purge_junk_days' => 0,
230232
'move_junk' => ( preg_match( '/^y/i', $record['move_junk'] ) ? 'y' : 'n' ),
231233
'custom_mailfilter' => "",
232234
'postfix' => 'y',

0 commit comments

Comments
 (0)