I really need someone's help. I am into this third day and cant understand what is the problem.
So, i have a php file which sends email as HTML after some action, the problem is very funny, it actually works good, but when i try to change some text inside the message, its not working. And if I ctrl-z and upload again to server it works.
For example this will work:
$message .='<p style="margin-top: 30px;">Ждём Вас 26.02.2016 в 10:30</p>';
If I change to:
$message .='<p style="margin-top: 30px;">Ждём Вас 26.02.2017 в 10:30</p>';
(from 2016 to 2017) its not sending email. no errors. nothing.
Andy ideas?