Thanks Corey, but still no luck unfortunately. It was all working fine before the PHP changes. Maybe I need to upgrade to the advanced version, although I have absolutely no need for exec(), passthru() or system() functions? I just don't understand what the problem is, the PHP is perfect...
Edit:
Because a number of different types of mail is sent to the user I use the following code to send it:
if (!@xmail($_POST['email'], $lang['MAILSUBJECT_NEW_POST'], $msg, $site_email, $langx['charset']))...
notice @xmail....
I'm guessing this is the problem, is their some permission associated with this function that can be turned on?
Edit:
---------------------------------------------------------------------
PROBLEM SOLVED
I figure I will just rewrite the code and use the mail(); function, its a bit of a hassle, but doesn't matter.
Thanks for the quick response Corey
![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
your a legend