When trying to use mailjet with php 7 Google App engine,
the request to that file gives 500-error and I cannot see any details of the error anywhere in developer console!
- runtime: php72
-mailjet/mailjet-apiv3-php": "^1.5"
-This file works 100% on my own server.
- I have narrowed the cause of error to the line
$mj = new \Mailjet\Client(MAILJET_API_KEY, MAILJET_SECRET_KEY, true,['version' => 'v3.1']);
but it's from the docs and nothing weird about it, and these api keys of course also works.
Put perhaps the path or something is different in my gae than in my apache ?
the row that i have is use \Mailjet\Resources; and it's working in my own server ok.
Do I need some custom php.ini settings to make this work ?