T
T
tokyodead2022-01-27 13:26:02
Bitrix24
tokyodead, 2022-01-27 13:26:02

Inviting employees to Bitrix24 box does not work?

The invitation of employees by mail in Bitrix24 does not work, the mail is connected via external smtp.mail.ru:587
If I write on the PHP command line in Bitrix

$email = '[email protected]';
mail($email, 'theme', 'message');


That letter comes.
Perhaps sending an invitation is sent somehow differently, but I can’t understand how, the logs are written only by those that I sent a test letter from the command line.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yan Cherut, 2022-01-29
@mattbe

In the admin panel, in the settings of the main module, in the administrator's email field, you must specify the same email as when setting up under the virtual machine console ( 6. Configure pool sites > 4. Change e-mail settings on site ).
Also, if biz.mail.ru mail is used, then the text exchange protocol extension must be turned off tls_starttls off .
The config is stored in /home/bitrix/.msmtprc

host smtp.mail.ru
port 465
from [email protected]
keepbcc off
auth on
user [email protected]
password **********
tls on
tls_starttls off
tls_certcheck off

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question