Hi, Im having problems in sending mail from linux with PHP.
I set sendmail_path = "sendmail" in php.ini file
but when I use
<?
mail("tautvydasp@takas.lt", "subject", "buuu");
?>
I dont recieve any letters. Maybe I need to configure sendmail ?
On windows its much easier - I set mail server and port and thats all. But where do I set these things on linux?