ho questo script php per testare l'invio di e-mail ma non va allora
<body>
<?php
mail("robertopallotta@tiscalinet.it","hello world","hi, world, prepare for our arrival we're starving");
?>
</body>
</html>
questo script l'ho preso da un manuale php5
ma l'errore che mi da è?
Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in C:\Programmi\Apache Group\Apache2\htdocs\websolutionportal\firstmail.p hp on line 10
le invio da locale con apache e php5 mi dite che devo fare non so piu che inventarmi!
grazie.