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);