Que tal gente, ando con este problema en php.
<form action="inicio.php" method="post">
<input type="submit" value="mail">
</form>
Dirección: <input type="text" name="mail">
Remitente: <input type="text" name="rem">
Asunto: <input type="text" name="asunto">
Mensaje: <textarea rows=2 cols=0 wrap="on">
</textarea>
<?php
mail($mail,$asunto);
SMPT "dns_servidor_smpt";
?>
El error me lo marca en donde esta la sentencia mail y en la parte de servidor DNS.
Estoy con Apache en win98.
Gracias
RedeX