From 53b2035def91dc0fe6d8f68e4a34aca2acc79ec8 Mon Sep 17 00:00:00 2001 From: yehudah Date: Sat, 20 Jun 2020 21:39:39 +0000 Subject: Email log improvements: Solution column, filter. Some text clarify. --- Postman/Postman.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Postman/Postman.php') diff --git a/Postman/Postman.php b/Postman/Postman.php index 643431d..f47fc3b 100644 --- a/Postman/Postman.php +++ b/Postman/Postman.php @@ -97,8 +97,7 @@ class Postman { } // register the email transports - $this->registerTransports( $rootPluginFilenameAndPath ); - + // store an instance of the WpMailBinder $this->wpMailBinder = PostmanWpMailBinder::getInstance(); @@ -188,7 +187,10 @@ class Postman { */ public function on_plugins_loaded() { - PostmanLicenseManager::get_instance()->init(); + PostmanLicenseManager::get_instance()->init(); + + // register the email transports + $this->registerTransports( $this->rootPluginFilenameAndPath ); // load the text domain $this->loadTextDomain(); @@ -370,8 +372,8 @@ class Postman {

Please notice

Mailer Type.', 'post-smtp' ); ?>
- TEST Post SMTP with the value PHPMailer.', 'post-smtp' ); ?>
- PostSMTP.', 'post-smtp' ); ?>
+ TEST Post SMTP with the value PHPMailer.', 'post-smtp' ); ?>
+ ONLY if the default mailer type is not working for you.', 'post-smtp' ); ?>

how to set mailer type -- cgit v1.2.3