Hello,
I use since a few months a contact form made in Flash with a php script to send me mail, now since a couple of days (could be longer) it doesn't work anymore.
When I use this test script, that works fine
<?
mail("emailadres@myprovider.com","test","OK it works");
?>
When I use my...