
March 9th, 2000, 11:19 AM
|
|
Junior Member
|
|
Join Date: Mar 2000
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
To add more info to that...
I am using a machine with php3 installed running apache..
in the php.ini file i have set the
'sendmail_path = /usr/lib/sendmail'
and if I run the phpinfo() function it sees the path correctly, it also gives the correct path to the php.ini file (if I change anything I see the changes in the result of phpinfo())
but still when I have a simple script that does nothing except send an email like this:
<?php
if (mail("david@21network.com", "Test", "test")) :
echo ("Sent");
endif;
?>
anyideas??? I am really stuck...
Dave
|