summaryrefslogtreecommitdiff
path: root/Postman/Postman-Email-Log
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-09-13 11:29:33 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2019-09-13 11:29:33 +0000
commitcaa73945f9fe69875171ea2aade2c53e60b21bbe (patch)
treedbcc35d42a519d3796c82c3942891226a425c2e7 /Postman/Postman-Email-Log
parent5f134fb5839bf3e161385727c2a2009b54444878 (diff)
downloadPost-SMTP-caa73945f9fe69875171ea2aade2c53e60b21bbe.zip
hooks + sanitize bug
Diffstat (limited to 'Postman/Postman-Email-Log')
-rw-r--r--Postman/Postman-Email-Log/PostmanEmailLogService.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Postman/Postman-Email-Log/PostmanEmailLogService.php b/Postman/Postman-Email-Log/PostmanEmailLogService.php
index 1afb4fc..2538700 100644
--- a/Postman/Postman-Email-Log/PostmanEmailLogService.php
+++ b/Postman/Postman-Email-Log/PostmanEmailLogService.php
@@ -212,6 +212,8 @@ if ( ! class_exists( 'PostmanEmailLogService' ) ) {
$notifyer = new PostmanMailNotify;
}
+ $notifyer = apply_filters( 'post_smtp_notifier', $notifyer, $notification_service );
+
// Notifications
$notify = new PostmanNotify( $notifyer );
$notify->send($message, $log);