Log in

View Full Version : sending emails using php


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?

Modin
09-25-2004, 12:07 PM
looks fine, probably php isn't set up properly to send mail.

Is this your personal server?