'v3.1']); $body = [ 'Messages' => [ [ 'From' => [ 'Email' => "director@c4m.mg", 'Name' => "Stephane" ], 'To' => [ [ 'Email' => "director@c4m.mg", 'Name' => "Stephane" ] ], 'Subject' => "Greetings from Mailjet.", 'TextPart' => "My first Mailjet email", 'HTMLPart' => "

Dear passenger 1, welcome to Mailjet!


May the delivery force be with you!", 'CustomID' => "AppGettingStartedTest" ] ] ]; $response = $mj->post(Resources::$Email, ['body' => $body]); $response->success() && var_dump($response->getData()); ?>