Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Mail doubles when redirecting
forum\library\vendors\phpmailer\class.phpmailer.php
public function Send() { $this->error_count = 0; // reset errors $this->SetMessageType(); $header = $this->CreateHeader(); $body = $this->CreateBody(); ==> my_mail_redirect ( $body); return true; }
0
Comments
solved: my_mail_redirect ( $this->Body);