Código :
$mensaje="Nombre: ".$nombre."\nE-mail: ".$email."\n Dirección: ".$dir."\n Ciudad: ".$ciudad."\n Telefono: ".$tel."\n Fecha: ".date("d",$fecha)."/".date("m",$fecha)."/".date("Y",$fecha)." Hora: ".date("h",$fecha).":".date("i",$fecha).":".date("s",$fecha)." ".date("A",$fecha)."\n\n".$comentario."<html><img src=\"http://www.agemedia.net/gt/images/foto.jpg\"></html>"; mail("[email protected], [email protected]", "GT nuevo mensaje de ".$nombre, $mensaje , "FROM:Contact of GT");