Hi,
i have following mail script and i want to add header info.
pls guide where and how i can add it
$this->send_mail->Subject = $this->mail_info['subject'];
$this->send_mail->MsgHTML($this->mail_info['body']);
$this->send_mail->AltBody = __('This email contains HTML formatting and cannot be displayed right now. Please use an HTML compatible reader.','cftp_admin');
$this->send_mail->SetFrom(ADMIN_EMAIL_ADDRESS, MAIL_FROM_NAME);
$this->send_mail->AddReplyTo(ADMIN_EMAIL_ADDRESS, MAIL_FROM_NAME);
$this->send_mail->AddAddress($this->addresses);