Postmark for WordPress enables sites of any size to deliver and track WordPress notification emails reliably, with minimal setup time and zero maintenance..
If you've ever installed WordPress and had issues with PHP's mail function not working right, or your WordPress install sends comment notifications or password resets to spam, Postmark makes all of these problems vanish in seconds.
Because of this, if any 3rd party code or plugins send mail using PHP mail function, or any other method, we cannot override it.
We handle things like whitelisting, ISP throttling, reverse DNS, feedback loops, content scanning, and delivery monitoring to ensure your emails get to the inbox..
Browse the code, check out SVN repository, or subscribe to the development log by RSS... v1.9.6.
Added postmark error and postmark response actions to the plugin, to intercept API results after calling wp mail.
Make the errors in PHP Postmark Mail $LAST ERROR if wp mail returns false, examine this variable to find out what happened..
When doing test send, if error occurs, it will be printed in the settings page header.. v1.9.1.
Allow individual messages to opt-in to Track-Opens by including header of 'X-PM- Track-Opens and value of true. v1.8.
HTML emails and Text Emails are now handled by checking the headers of the emails sent, and sends via Postmark appropriately..
Read more