Is the mail disabled..? worry not – use SMTP library and contact form We recommend the following library kocakmhmt/SMTP-PHP-Contact-Form This is the simplest libary that will only require configuration on the send.php page $mail->Host = “mail.yourdomain.com”; // SMTP servers $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = “[email protected]”; // SMTP username …