I can't send a basic mail.
I used the next source:
<?php
ini_set ( "smtp_port", 25 );
ini_set ( "smtp", "smtp.frandt.com" );
ini_set ( "sendmail_from", "tim@lucipisti.frandt.com" );
echo "it must work" ;
mail("asta@yahoo.com", "My Subject", "Test");
?>
I uploaded my file to the server. The browser didn't send me any error.
What should I do, what's wrong?