I've been using the mail() function for months, but since yesterday its not working anymore. Not even a simple code like below.
<?php
mail("example@example.com","example","example");
?>
I have no idea what suddenly happened. I did not chance hosts.
Any thoughts why it isn't working anymore? :S