Answer the question
In order to leave comments, you need to log in
Why doesn't Bitrix send an email to mail.ru via cron?
An interesting problem has come up.
There is a code for crons that sends mailings to users, to Yandex, Google mail, letters go without problems, to spam, etc. do not reach
But all mail.ru addresses do not receive letters at all, in spam, etc. no
I use this code to send
$arEventFields = array(
"EMAIL" => $email,
);
$event = new CEvent;
$res = $event->SendImmediate("SUBSCRIBE_TEMPLATE", 's1', $arEventFields);
Answer the question
In order to leave comments, you need to log in
what could be the problem?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question