Send email stopped Working

Sending emails has stopped working, the daily limit does not decrease after sending an email. Always shows 0%. There were no problems before

Here is my code

$to      = 'myEmail@gmail.com';
$subject = 'myTitle';
$headers[] = 'MIME-Version: 1.0';
$headers[] = 'Content-type: text/html; charset=iso-8859-1';
$headers[] = 'From: Automat';
$sendMail =  mail($to, $subject, $message,implode("\r\n", $headers));

The same script works on new website :roll_eyes:

1 Like

Weird try the fix my website or reset existing site.