I have been using this script on another server for years I know it is right. I just moved to this server yesterday and it no longer works. Is there a setting I need to change from the defaults that will enable this?
btw. yes my email address is changed to the right one
[PHP]
$sendmail = mail($mail_address, $subject, $message);
echo $sendmail;
[/PHP]