I've done a few days ago a flash hotSite that works a form and send this data to a php file.
The problem i've found was that the mail() function is not working on my archive. I have attached
fixed parameters to see what happens. No error message is shown but no mail is sent.
The script is something like this:
<?php
mail("mauricio.bonetti@hotmail.com", "Verifique esta mensagem!", "O PHP é o melhor!" );
?>
do i have to change some configurations anywhere else ?