i can't seem to get php to send mail.
i'm running a smtp server called "ArGoSoft Mail Server" on the same box as my webserver.
it works fine when i use it with perl but when i try to mail someone i get an unknown error on the line with the mail() command.
i have a file named mailtest.php with nothing but this line in it:
<?php mail("akasler@columbus.rr.com", "test subject", "test message") ?>
and it says unknown error.
in my php.ini file i have smtp = localhost (i use localhost in perl and it sends mail without a problem).
anyone know what the problem is?