Robin Mackenzie
Results
1
comments of
Robin Mackenzie
My update (for future reference): When using the basic sample, the SSL work-around should set the flag on $client e.g.: ``` $client = new PostmarkClient("SECRET_KEY"); $client::$VERIFY_SSL = false; $sendResult =...