no ok funziona adesso...

una cosa... vorrei far spedire una email dal sito ed ho scaricato un'estensione per dreamweaver che mi crea questo codice...

<?php
// DWTeam Text Email
$to = "asd";
$subject = "asd";
$message = "messaggio";
$from = "From: <asd>";
$header = $from; // set the from field in the header
$header .= "\n"; // add a line feed
mail($to, $subject, $message, $header); // send the e-mail
?>

solo che non è che funzioni molto