summaryrefslogtreecommitdiff
path: root/Postman/Phpmailer/PostsmtpMailer.php
diff options
context:
space:
mode:
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 eb0246f..c7587bb 100644
--- a/Postman/Phpmailer/PostsmtpMailer.php
+++ b/Postman/Phpmailer/PostsmtpMailer.php
@@ -47,6 +47,7 @@ class PostsmtpMailer extends PHPMailer {
}
public function get_mail_args( $atts ) {
+ $this->mail_args = array();
$this->mail_args[] = $atts['to'];
$this->mail_args[] = $atts['subject'];
$this->mail_args[] = $atts['message'];