I have installed SUSE 9.1 and can't get any web pages to send mail. If I try a simple page such as
<?php
echo "Start
";
mail("me@my-email","test message","This is a test");
echo "finished";
?>
all I get is "Start" printed on the screen. It seems that everything stops once the mail function is called. If I transfer the scripts to a redhat server, everything works fine so it seems the problem is with SUSE. Can anyone help with either what the problem is or could be? :unsure:
|