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 ? 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/46ab4ff2-6765-4481-85ac-08a3984c9040n%40googlegroups.com.

Reply via email to