Version 6.0002, Dolphin, hosted at www.hostcolor.com Ad-free version
Site at www.blueflipper.net

I have confirmed that PHP sends out mail from my site with a simple mailtest.php script - email received fine. Test script:

Code:
<? 
$headers = "From: mailserver@blueflipper.net\n\n"; 
mail("myemailaddress", "testmail", "testing from the webserver.", $headers); 
echo "mail sent"; 
?>
However, all emails that should be sent from Dolphin (such as forgotten password, etc, etc) are not being sent.

If I run notifes.php then any mass mailers are sent from the queue, and the queue cleared, but again the emails never arrive.

I'm still waiting for the cron jobs to be added to the server, so at the moment I've renamed .htaccess in periodic folder so it can be run from the web (which seems to work as mass mailer queue is cleared, but there is no output - even when I run notifies.php via SSH).

The site is SO nearly ready, so desperate to get this working!!!

Many thanks!
Simon