On the server that i keep my site when i try to use the mail()
function I am geting the next erorr:
Fatal error: Call to undefined function: mail() in /work/http/avto.md/mail.php!
What can i do to be able to send mails from my php scripts.
(If i can do anyfing)?????????????
even the most simple script dosen't work
for example
<?php
mail("joecool@example.com", "My Subject", "mesaage");
?>