Browse Source

try new mailboxcheck

andre 5 years ago
parent
commit
bb3844bb71
1 changed files with 1 additions and 0 deletions
  1. 1 0
      zimbraAddressAvailable.php

+ 1 - 0
zimbraAddressAvailable.php

@@ -12,6 +12,7 @@ require_once("api/Zm/Account.php");
 use WHMCS\Database\Capsule;
 
 $whmcs = App::self();
+$account_name = $_GET['name'] . "@" .  $_GET['domain'];
 $productID = $_GET['pid'];
 $accessData = array('zimbraServer' => '', 'adminUser' => '', 'adminPass' => '');
 $serverGroupIDObj = Capsule::table('tblproducts')