Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Christian Simon
ISPConfig 3
Commits
d4f97207
Commit
d4f97207
authored
Aug 02, 2012
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved remote api example of mail_user_add function.
parent
bd26abd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
remoting_client/examples/mail_user_add.php
remoting_client/examples/mail_user_add.php
+7
-7
No files found.
remoting_client/examples/mail_user_add.php
View file @
d4f97207
...
...
@@ -18,19 +18,19 @@ try {
$client_id
=
1
;
$params
=
array
(
'server_id'
=>
1
,
'email'
=>
'
hmmn
oe@test.int'
,
'login'
=>
'
hmmn
oe@test.int'
,
'email'
=>
'
j
oe@test.int'
,
'login'
=>
'
j
oe@test.int'
,
'password'
=>
'howtoforge'
,
'name'
=>
'
hmmn
oe'
,
'name'
=>
'
j
oe'
,
'uid'
=>
5000
,
'gid'
=>
5000
,
'maildir'
=>
''
,
'maildir'
=>
'
/var/vmail/test.int/joe
'
,
'quota'
=>
10000000000
,
'cc'
=>
''
,
'homedir'
=>
''
,
'homedir'
=>
'
/var/vmail
'
,
'autoresponder'
=>
'n'
,
'autoresponder_start_date'
=>
''
,
'autoresponder_end_date'
=>
''
,
'autoresponder_start_date'
=>
array
(
'day'
=>
1
,
'month'
=>
7
,
'year'
=>
2012
,
'hour'
=>
0
,
'minute'
=>
0
)
,
'autoresponder_end_date'
=>
array
(
'day'
=>
20
,
'month'
=>
7
,
'year'
=>
2012
,
'hour'
=>
0
,
'minute'
=>
0
)
,
'autoresponder_text'
=>
'hallo'
,
'move_junk'
=>
'n'
,
'custom_mailfilter'
=>
'spam'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment