Answer the question
In order to leave comments, you need to log in
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');
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question