I installed the PostCast email server on my machine and tried executing a simple program to test it. I configured the php.ini file by changing the SMTP = "my email server's name".
I tried:
mail("my_email@my_domain.com","hi","hi");
I get an error when I run the page: Unknown error in line 3 of test.php.
Any ideas?