alert("No response from SMS server. SMS failed to send")'; }else if ($result == 0){ //echo "SMS Sent!"; } else{ //echo "Error Num ". $result . " was encountered!"; } //####################################################################### //echo "Request has been sent."; echo ''; //####################################################################### }else{ //####################################################################### echo ''; //####################################################################### } //######################################PAGINATION####################################################### //######################################PAGINATION####################################################### $from = "procurement@autohubgroup.com"; $to = $empEmail; $subject = "APPROVAL OVERRIDE REQUEST"; $msgBox = "Hi ".$empFName."! New request for canvass approval override has been sent to you for your action. PRF#".$getPRFHeader." Requested item: ".$itemIDesc.". Just click or copy/paste the link below to access the record. ".$getLink; $headers = "From:" . $from; mail($to,$subject,$msgBox, $headers); //######################################PAGINATION####################################################### //######################################PAGINATION####################################################### } ?>