I put this PHP script on web server:
<?php
if (mail("[EMAIL PROTECTED]", "brati", "peda", "From: Peda")== TRUE)
print("U redu je");
else
print("Greska");
?>But It seems that mail function doesn't work. I don't get any e-mail. Can anyone tell me what is wrong. Greetings. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

