Good afternoon.
In the integration settings, for mailboxes through which mail is sent,
I recommend enabling the setting "Do not send emails from this mail if SMTP is not available"
https://i.imgur.com/4Gr5c0P.pngIf this setting is enabled, if, for some reason, the SMTP server is unavailable
the system will not try to send a letter using the mail method.
With the mail method, errors are never returned, and letters end up in spam, or are generally rejected by the server.
If you look at the log of sent messages for today,
https://crm.ohholding.com.ua/admin/logs/showall/ajax/?file=sendmail-2021-01-26.l...then you can see that the part was sent by method [5] => method: smtp
and part method [5] => method: mail
This indicates that the mail server does not always respond and the system is trying to send the letter at least somehow.
Now the minute cron is connected to the mail server and the connection is established (ESTABLISHED)
but nothing happens.
php 2190243 testcrmohholdin 6u IPv4 969667536 0t0 TCP test-crm.ohholding.com.ua:49016->mail.ohholding.com.ua:urd (ESTABLISHED)
Resolve issues with the mail server and the system will work.