View Single Post
  #1 (permalink)  
Old 2004-10-27, 04:56 AM
Waz-au Waz-au is offline
Junior Member
 
Join Date: Oct 2004
Posts: 1
Waz-au
Default

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:
Reply With Quote