Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 3 matches
- Thu Sep 01, 2022 9:08 pm
- Forum: Mail Server
- Topic: I can't used php by imap_open for get all message in mail account from vesta cp
- Replies: 1
- Views: 17423
I can't used php by imap_open for get all message in mail account from vesta cp
I can't used php for get all message in mail account from vesta cp
I used to php for get all massage in mail account as json from vesta cp but don't work it. How can I fix it ?
by imap_open
<?php
$imap = imap_open("{cordrr.tk:143/imap/tls}INBOX", "[email protected]", "admin");
$headers = imap ...
I used to php for get all massage in mail account as json from vesta cp but don't work it. How can I fix it ?
by imap_open
<?php
$imap = imap_open("{cordrr.tk:143/imap/tls}INBOX", "[email protected]", "admin");
$headers = imap ...
- Mon Aug 29, 2022 3:13 pm
- Forum: Mail Server
- Topic: I can't convert php curl to axios
- Replies: 0
- Views: 12026
I can't convert php curl to axios
hi
I convert php curl to axios but don't work
// New Account
$username = 'admin';
$domain = $vst_hostname;
$acount = ''info'
$password = 'emailpassword';
// Prepare POST query
$postvars = array(
'user' => $vst_username,
'password' => $vst_password,
'returncode' => $vst_returncode,
'cmd ...
I convert php curl to axios but don't work
// New Account
$username = 'admin';
$domain = $vst_hostname;
$acount = ''info'
$password = 'emailpassword';
// Prepare POST query
$postvars = array(
'user' => $vst_username,
'password' => $vst_password,
'returncode' => $vst_returncode,
'cmd ...
- Wed Aug 24, 2022 11:26 am
- Forum: Mail Server
- Topic: I can't used php for get all message in mail account as json from vesta cp
- Replies: 0
- Views: 11020
I can't used php for get all message in mail account as json from vesta cp
I used to php for get all massage in mail account as json from vesta cp but don't work it. How can I fix it ?
<?php
// Server credentials
$vst_hostname = 'cordrr.tk';
$vst_username = 'admin';
$vst_password = 'YwoKFVYeNj';
$vst_command = 'v-list-mail-account';
// Account
$username = 'admin@cordrr ...
<?php
// Server credentials
$vst_hostname = 'cordrr.tk';
$vst_username = 'admin';
$vst_password = 'YwoKFVYeNj';
$vst_command = 'v-list-mail-account';
// Account
$username = 'admin@cordrr ...