email is not going to admin for the past 3 days this is hosted in godaddy serverbefore it was working fine
https://fitnessonestore.in/https://chennai.pinkfitnessone.in/
Email is not going to admin email
<?phpif (isset($_POST['singlebutton'])) { $name = $_POST['name']; $email = $_POST['email']; $phone = $_POST['phone']; $subject = "Pink Google Lead ". $centername ." "; $message = "<html><head><title>Google Lead Pink Fitness</title></head><body> Dear Adyar Team,<p>Greetings from Pink Fitness.</p><p>Please find the Google Lead</p><table width='200' border='1'><tr><td>Name</td><td>$name</td></tr><tr><td>Phone</td><td>$phone</td></tr></table><p>Please note that we will be using your contact information for communication purpose only and will not be shared outside FitnessOne Group India Limited.</p></body></html>"; // Always set content-type when sending HTML email $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; // More headers $headers .= 'From: <info@fitnessone.in>' . "\r\n"; $headers .= 'Cc: snatarajanfitnessone@gmail.com' . "\r\n"; mail($email, $subject, $message, $headers); } header("Location: thank-you.php");?>