por el momento quitale
$mail->AddEmbeddedImage("logo.png", "my-attach", "logo.png");
y añade en el $body una linea que diga
Código PHP:
$body.="<img src='http://www.crmbusiness.biz/cont234/recibos/logo.png' border='0' />";
Otra cosa te sugiero que en vez de estar escribiendo
Código PHP:
$body .= "....";
$body .= "....";
$body .= "....";
$body .= "....";
$body .= "....";
hagas esto
Código PHP:
$body = "Escribir codigo
seguir escribiendo
añades otro
<table>
<tr>
<td></td>
</tr>
</table>";
Me dejas saber