It may be a problem with "From:" $email address in this part of the $headers:
From: \"$name\" <$email>
To try it out, send an email without the headers part, like:
mail('[email protected]', $subject, $message);
If that is a case, try using an email account that is already created at the system you are trying to send mail from.