diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-01-12 10:00:42 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2020-01-12 10:00:42 +0000 |
commit | 8f8e3437f14dd531f263f1c8fdab931f167a0392 (patch) | |
tree | 3ef5601376805973ecaf08bb636a76ef3e326021 /Postman | |
parent | 7610194aa450257eadc1a0b110e33ddc935f0589 (diff) | |
download | Post-SMTP-8f8e3437f14dd531f263f1c8fdab931f167a0392.zip |
* PHPMailer delivery improvements
* Bug Fixes
Diffstat (limited to 'Postman')
-rw-r--r-- | Postman/Postman.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Postman/Postman.php b/Postman/Postman.php index 9f4f7ce..643431d 100644 --- a/Postman/Postman.php +++ b/Postman/Postman.php @@ -132,9 +132,6 @@ class Postman { // MyMail integration new PostmanMyMailConnector( $rootPluginFilenameAndPath ); - // Contact form 7 - new Postsmtp_ContactForm7; - // WooCommerce Integration //new PostmanWoocommerce(); |