From 9e2de08e9df8ce719fa04da2405d64f633d94b0e Mon Sep 17 00:00:00 2001 From: yehuda Date: Wed, 15 May 2019 15:05:30 +0300 Subject: sendgrid api + and mailer type messages --- Postman/Postman-Configuration/PostmanConfigurationController.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Postman/Postman-Configuration/PostmanConfigurationController.php') diff --git a/Postman/Postman-Configuration/PostmanConfigurationController.php b/Postman/Postman-Configuration/PostmanConfigurationController.php index d71a345..6d5b6b5 100644 --- a/Postman/Postman-Configuration/PostmanConfigurationController.php +++ b/Postman/Postman-Configuration/PostmanConfigurationController.php @@ -592,6 +592,9 @@ class PostmanConfigurationController { printf( '
  • %s
  • ', __( 'Send yourself a Test Email to make sure everything is working!', 'post-smtp' ) ); print ''; + // Get PHPmailer recommendation + Postman::getMailerTypeRecommend(); + $in_wizard = true; include_once POST_PATH . '/Postman/extra/donation.php'; -- cgit v1.2.3