I am new to PHP. BTW i want to use the function mail() to send email purpose, but when i try my own Yahoo mail and Gmail, i don't receive any message however when i sent to my own website domain email, it works. Anyone know why ? thank's...
<?php
mail($email_address, $subject, $message);
?>