Tom Ashe
Results
2
comments of
Tom Ashe
I've submitted a PR to address this issue. #164
@interwap I just encountered the same issue, but was able to resolve it using the SDK with the following: ``` $sg = new \SendGrid("SG.XXXX"); $request_body = json_decode('{"contacts":[{"email":"[email protected]"}]}'); try { $response...