Skip to content
Snippets Groups Projects
Commit e2be5872 authored by Prasad's avatar Prasad
Browse files

Fixes #735: Avoid re-use of info set in previous iteration

parent 8eb9494a
No related branches found
No related tags found
No related merge requests found
......@@ -78,9 +78,11 @@ class Vtiger_Mailer extends PHPMailer {
function reinitialize() {
$this->ClearAllRecipients();
$this->ClearReplyTos();
$this->ClearCustomHeaders();
$this->Body = '';
$this->Subject ='';
$this->ClearAttachments();
$this->ErrorInfo = '';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment