Slybone
09-23-2004, 07:36 PM
If someone could tell me why this isnt workin, It would be greatly appreciated.
<?php
mail("SEND.TO@ADDRESS", "This Weeks Allowance", "Hey dad\n Can You please give me Today's allowance when you have a chance?", "From: FROM@ADDRESS");
?>
Where it says This Weeks Allowance is the subject, it used to work fine, I uploaded it up to my server, and put it in as a cron job but now... it doesnt send the email, anyone know why?
<?php
mail("SEND.TO@ADDRESS", "This Weeks Allowance", "Hey dad\n Can You please give me Today's allowance when you have a chance?", "From: FROM@ADDRESS");
?>
Where it says This Weeks Allowance is the subject, it used to work fine, I uploaded it up to my server, and put it in as a cron job but now... it doesnt send the email, anyone know why?