I have rectntly changed hosting and before this code snipit would work just fine to send e-mails.
<?php
mail("myemail@yahoo.com", $subject, $message, "From: $from");
?>
Now I am an with a hosting company that has me setup as using a linux operating system and this code no longer works. Is there an alternative way to send e-mails that is more friendly with a linux operating system?? Thanks!!