Ok, ahi va... cualquier duda me dices.
<?php
//Comienza la funcion de email en donde se recibirá el Formulario.
$recipiente = "
[email protected]";
$msg = $row_Recordset1['DESCRIPCION'] . $row_Recordset1['CARACTERISTICAS'] .$cantidad .$total ;
$mensaje = ereg_replace("\r\n","<br>", $mensaje);
$Nombre = htmlentities($Nombre);
$email = htmlentities($email);
$fono = htmlentities($fono);
$mensaje = htmlentities($mensaje);
$msg = htmlentities($msg);
//Enviar el E-mail con todos los datos.
mail("$recipiente", "Your info is ready", "$msg", "FROM: $email");
//Mensaje de envio info
echo"<font face=tahoma size=2>
<p align=center>The mail with the info was sent.<br></p>
<p align=center><br>
<a href=$sw>Back To Main</a>.</p>";
?></font></p></td>
<td class="style19 style22"> </td>
<td class="style1"> </td>
<td class="style1"> </td>
</tr>
</table>
<div align="center"></div></td>
</tr>
</table>
<p align="center"> </p>
</body>
</html>
<?php
mysql_free_result($Recordset1);
?>
Hasta aqui es lo que tengo, el mail se envia aparece la info, pero desordenada.