Attached here are sample code in PHP demonstrating integration to the CommzGate Cloud SMS API for MT and MO SMS
Instructions for cacert.pem
1. Please download the cacert.pem from below.
2. You need to specify the path to the cacert.pem
curl_setopt ($ch, CURLOPT_CAINFO, "<PATH TO cacert.pem>/cacert.pem");
0 Comments