Есть такой код
$headers = 'From: APImarketbot <username@gmail.com> ' . "\r\n" .
'Reply-To: username@gmail.com ' . "\r\n" .
'Return-Path: username@gmail.com '. "\r\n" .
'CC: username@gmail.com ' . "\r\n" .
'BCC: username@gmail.com ' . "\r\n" .
'X-Mailer: PHP/' . phpversion() .
'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$err = error_reporting(E_ALL ^ E_NOTICE);
if(mail($to, $subject, $xabar, $headers)){
каждый отправлено сообщение получаю в спам