Doesn't that (mail()), by default, point to sendmail?
You edit sendmail path in the php.ini file. Using the mail() function, for me, does not work on a windows system because you can't install sendmail (it's a unix program).
I can't figure out how to get it to work either, but I don't think mail() will do the trick in your case unless you can find a sendmail type program for windows and change the sendmail path in the php.ini file.
-Aaron
tfk wrote:
i dont thinks so.
just make a script, that includes the mail()
funktion.
<?
mail (tfk@hot.ee, "This is the mail");
?>