diff options
author | Yehuda Hassine <yehuda@myinbox.in> | 2019-05-02 07:42:15 +0300 |
---|---|---|
committer | Yehuda Hassine <yehuda@myinbox.in> | 2019-05-02 07:42:15 +0300 |
commit | 75e5f6e319d5d36f3076fe2eb449bb089b8ce3da (patch) | |
tree | 350acb4c3c39a98d2958183ef8d5156250d011fb /Postman/Phpmailer/PostsmtpMailer.php | |
parent | 2418df179a32dfe20559a948e4fff10ee23e2a7c (diff) | |
download | Post-SMTP-75e5f6e319d5d36f3076fe2eb449bb089b8ce3da.zip |
small issues
Diffstat (limited to 'Postman/Phpmailer/PostsmtpMailer.php')
-rw-r--r-- | Postman/Phpmailer/PostsmtpMailer.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Postman/Phpmailer/PostsmtpMailer.php b/Postman/Phpmailer/PostsmtpMailer.php index b41b43c..82527d2 100644 --- a/Postman/Phpmailer/PostsmtpMailer.php +++ b/Postman/Phpmailer/PostsmtpMailer.php @@ -77,6 +77,7 @@ class PostsmtpMailer extends PHPMailer { public function postman_wp_mail_result() { $result = [ + 'time' => '', 'exception' => $this->error, 'transcript' => '', ]; |