Problem sending messages from the host

Good evening! I have a problem sending messages from the host. What could be the problem? I’m sending emails to email.com but not sent email.ru

Hi @artem161!

What is the website address?

https://cyber-k.000webhostapp.com/index.php

I have managed to send a test email to GMail. Mailing works fine for your site. :slight_smile:

Please make sure you’re including headers in your email. Otherwise it may be treated as spam and discarded.

If you still can’t receive mails, I am afraid your e-mail provider has blacklisted our mailing servers, in which case there is nothing we can do about it. Only a paid plan would fix this case.

$headers = ‘From: kratkiha@gmail.com’ . “\r\n”;
$input_mail=‘kratkiha@gmail.com’;

mail($input_mail, ‘Моё сообщение’, “Текст”, $headers);

Correctly?

1 Like

I tried to write to different people. Coming to Yandex, Google, but the Mail does not come to anyone.

Coming to Yandex, Google, but the Mail does not come to anyone.

This means mail is blocking our mailing servers. There is nothing we can do about this. :confused:

1 Like