Answer the question
In order to leave comments, you need to log in
Where in Bitrix can I see the values of the fields that can be set, for example, for a mail template?
When editing a mail template, you can specify the following fields:
Where can I see their values?
Answer the question
In order to leave comments, you need to log in
These are variables. And what will be transmitted in them will be.
Send yourself an email and see
The data gets into the mail template from the CEvent::Send or CEvent::SendImmediate method. For example:
$arMailData = array(
"NAME" => $arFields["NAME"],
"LOGIN" => $arFields["LOGIN"],
"PASSWORD" => $arFields["PASSWORD"]
);
CEvent::Send("NEW_PARTNER", "s1", $arMailData, "Y", false, false, "ru");
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question