$toMail = "[email protected]"; //this works - I get the email at my Gmail.com
$toMail = "[email protected]"; //this doesn't - I get nothing
mail($toMail, $subject, $message, $header);
This Is the the script which i use in my cpanel from which i can access and my mail and also receive it.
$toMail = "[email protected]"; //this doesn't - I get nothing
mail($toMail, $subject, $message, $header);
This Is the the script which i use in my cpanel from which i can access and my mail and also receive it.