$verify = mail ($address,$sub,$mes,"Content-type:text/plain; charset = utf-8\r\nFrom:$email"); if ($verify == 'true') { echo "Сообщение отправлено!"; } else { echo "Сообщение не отправлено!"; } } else { echo "Вы не правильно ввели сумму чисел с картинки"; }
$verify == 'true'
<?php header("Content-type: text/html; charset = utf-8"); ...
<?php del