Call to a member function createMailEngine() on null
-
I’m using the latest version of your plugin.
When Post SMTP is active but not fully configured, any plugin that calls wp_mail() during early WordPress load (e.g. from plugins_loaded) triggers a fatal error:
Call to a member function createMailEngine() on null
(PostmanWpMail.php line 202).
It should check for a valid transport and fail gracefully rather than fataling.
This is causing fatal errors when using WP Migrate DB.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Call to a member function createMailEngine() on null’ is closed to new replies.