Onboarding Video And Quiz
Congratulations your deocuments are successfully verified, now you are on the final step of onboarding video tutorial and Quiz process. Just click on the link below to complete the on boarding process.
Test'; $ch = curl_init(); $senddata = '{ "Messages":[ { "From": { "Email": "ujjwal@sentientgeeks.com", "Name": "Ujjwal" }, "To": [ { "Email":"'.$to.'" } ], "Subject": "'.$subject.'", "HTMLPart": "'.$message.'" } ] }'; //echo $senddata;die; $username='bad29f69421a73e83da553fafda450a2'; $password='8ace947e7398c99ec88b2f9646e1a057'; $headers = array( 'Content-Type:application/json' //'Authorization: Basic YmFkMjlmNjk0MjFhNzNlODNkYTU1M2ZhZmRhNDUwYTI6OGFjZTk0N2U3Mzk4Yzk5ZWM4OGIyZjk2NDZlMWEwNTc=' ); curl_setopt($ch, CURLOPT_URL, "https://api.mailjet.com/v3.1/send"); curl_setopt($ch, CURLOPT_USERPWD, $username . ":" . $password); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POSTFIELDS,$senddata); //curl_setopt($ch, CURLOPT_POSTFIELDS, "{\"cc\":[\"cc@example.net\":\"cc whom!\"],\"text\":\"This is the text\",\"bcc\":[\"ujjwal@sentientgeeks.com\":\"bcc whom!\"],\"replyto\":[\"ujjwal@sentientgeeks.com\",\"reply to!\"],\"html\":\"This is the