Adding a validation to just put in pending the emails to send in the creation of a case in gmail cases.
This commit is contained in:
jennydmz
2015-12-18 17:25:34 -04:00
parent 9956974498
commit 35dadba9b7
2 changed files with 8 additions and 7 deletions

View File

@@ -124,8 +124,6 @@ if ($action == "draft"){
curl_setopt( $curlApp, CURLOPT_RETURNTRANSFER, true);
curl_setopt( $curlApp, CURLOPT_SSL_VERIFYPEER,false);
curl_setopt( $curlApp, CURLOPT_CONNECTTIMEOUT, 0);
curl_setopt( $curlApp, CURLOPT_FRESH_CONNECT, true);
curl_setopt( $curlApp, CURLOPT_TIMEOUT_MS, 1);
$curl_response_app = curl_exec( $curlApp );
curl_close( $curlApp );