ActiveCampaign / postmark-wordpress

The Official Postmark Wordpress Plugin
GNU General Public License v2.0
17 stars 17 forks source link

Expose errors using `postmark_error` filter. #34

Closed atheken closed 6 months ago

atheken commented 7 years ago

Since the wp_mail function returns void, it is harder to expose API exceptions to plugins and client code.

Make the plugin expose errors when postmark_error filters are supplied.