summaryrefslogtreecommitdiff
path: root/Postman/Phpmailer/PostsmtpMailer.php
diff options
context:
space:
mode:
authorYehuda Hassine <yehuda@myinbox.in>2019-05-02 07:42:15 +0300
committerYehuda Hassine <yehuda@myinbox.in>2019-05-02 07:42:15 +0300
commit75e5f6e319d5d36f3076fe2eb449bb089b8ce3da (patch)
tree350acb4c3c39a98d2958183ef8d5156250d011fb /Postman/Phpmailer/PostsmtpMailer.php
parent2418df179a32dfe20559a948e4fff10ee23e2a7c (diff)
downloadPost-SMTP-75e5f6e319d5d36f3076fe2eb449bb089b8ce3da.zip
small issues
Diffstat (limited to 'Postman/Phpmailer/PostsmtpMailer.php')
-rw-r--r--Postman/Phpmailer/PostsmtpMailer.php1
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' => '',
];