I have this following piece of code of PHPMailer. The problem is, that the file uploads to the server successfully but the attachment is not sent in the mail. The attachment
Change
$mail->MsgHTML();
to
$mail->Body;
Source: here