$mensaje = '
<html>
<head>
<title>Error en Cargas</title>
</head>
<body>
<p>¡Aquí están los condoros!</p>
<table>
<tr>
<td>Don(ña):</td>
<th>';
$mensaje.= echo $_SESSION['nombre'];
$mensaje.='</th><td>Con Fecha:</td><th>'.echo $mostrar_fecha.'</th>
</tr>
<tr>
<td>Tiene los siguientes descargos</td>
<td>'.echo $texto.'</td>
</tr>
<tr>
<td>17</td>
<td>August</td>
<td>1973</td>
</tr>
</table>
</body>
</html>
';
/* Para enviar correo HTML, puede definir la cabecera Content-type. */
$cabeceras = "MIME-Version: 1.0\r\n";
$cabeceras .= "Content-type: text/html; charset=iso-8859-1\r\n";
/* cabeceras adicionales */
//$cabeceras .= "To: Maria <[email protected]>, Kelly <[email protected]>\r\n";
$cabeceras .= "To: Departamento de Sistemas \r\n";
$cabeceras .= "From: Eror en cargas \r\n";
$cabeceras .= "Cc: [email protected]\r\n";
//$cabeceras .= "Bcc: [email protected]\r\n";
/* y ahora, enviarlo */
mail($para, $asunto, $mensaje, $cabeceras);
Atte
Maurimono
![Pensando](http://static.forosdelweb.com/fdwtheme/images/smilies/scratchchin.gif)