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: 16791
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", "admin@cordrr.tk", "admin"); $headers = imap_headers(...
- Mon Aug 29, 2022 3:13 pm
- Forum: Mail Server
- Topic: I can't convert php curl to axios
- Replies: 0
- Views: 11562
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' => $vst_comm...
- 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: 10587
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.tk'...