diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-01-28 15:23:06 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2019-01-28 15:23:06 +0000 |
commit | 8d02a1dbf8a51d9e2396b5b431fede557ea2fedd (patch) | |
tree | d551a64c731419c226b440c49e8621c5a1bd893b /Postman/Postman-Email-Log | |
parent | 4c2738e179c4d994b6b6db3c67d9d1c227a0ede1 (diff) | |
download | Post-SMTP-8d02a1dbf8a51d9e2396b5b431fede557ea2fedd.zip |
Chrome Extension Notification
Diffstat (limited to 'Postman/Postman-Email-Log')
-rw-r--r-- | Postman/Postman-Email-Log/PostmanEmailLogService.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Postman/Postman-Email-Log/PostmanEmailLogService.php b/Postman/Postman-Email-Log/PostmanEmailLogService.php index ebb2e54..103dcc1 100644 --- a/Postman/Postman-Email-Log/PostmanEmailLogService.php +++ b/Postman/Postman-Email-Log/PostmanEmailLogService.php @@ -182,6 +182,7 @@ if ( ! class_exists( 'PostmanEmailLogService' ) ) { $notify = new PostmanNotify( $notifyer, $message ); $notify->send($message, $log); + $notify->push_to_chrome($log->statusMessage); } /** |