postmark-php
postmark-php copied to clipboard
Postmark PHP class
Remove this: ---- curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true); -- prev | curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); prev | curl_setopt($ch, CURLOPT_CAINFO, dirname(__FILE__) . '/Certificate/cacert.pem'); ----
The certificates need to be updated.
Big fat warning for anyone still making use of this or considering using it. The email validation function _validateAddress has a specific length check for the final part tld of...
To preserve memory, it's useful to reuse a Mail reference However doing so can cause recipients to spill over eg. when using the `addTo` method, any previously added recipients would...
Any chance you'll be upgrading the lib to support batch emailing? http://developer.postmarkapp.com/developer-send-api.html See bottom "Send batch emails"
Or add me on the project team so I can make them.
It would be nice if we could set the header Content-Type to something other than application/json. Currently I'm trying to send calendar invites and I would like to be able...
Postmark now allows the sending of "Bcc" and "Cc" but the postmark-php validation forces a "To" address to be set.
I think, it would be useful to have an option to change the API key on an existing instance. We are using your class within a batch job and need...