Skip to content

Commit 96416c3

Browse files
committed
Add missing autoresponder_subject field in api docs
1 parent c7c1671 commit 96416c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

remoting_client/API-docs/mail_user_add.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ <h1>mail_user_add(<span class="var">$session_id</span>, <span class="var">$clien
3636
<p class="margin"> autoresponder_start_date&nbsp;&nbsp;(<span class="paratype">datetime</span>)</p>
3737
<p class="margin"> autoresponder_end_date&nbsp;&nbsp;(<span class="paratype">datetime</span>)</p>
3838
<p class="margin"> autoresponder_text&nbsp;&nbsp;(<span class="paratype">mediumtext</span>)</p>
39+
<p class="margin"> autoresponder_subject&nbsp;&nbsp;(<span class="paratype">varchar(255)</span>)</p>
3940
<p class="margin"> move_junk&nbsp;&nbsp;(<span class="paratype">enum('n','y')</span>)</p>
4041
<p class="margin"> custom_mailfilter&nbsp;&nbsp;(<span class="paratype">mediumtext</span>)</p>
4142
<p class="margin"> postfix&nbsp;&nbsp;(<span class="paratype">enum('n','y')</span>)</p>

remoting_client/examples/mail_user_add.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'autoresponder_start_date' => '',
3333
'autoresponder_end_date' => '',
3434
'autoresponder_text' => 'hallo',
35+
'autoresponder_subject' => 'Out of office reply',
3536
'move_junk' => 'n',
3637
'custom_mailfilter' => 'spam',
3738
'postfix' => 'n',

0 commit comments

Comments
 (0)