Transactional mail: added data rendering
This commit is contained in:
parent
80279346f3
commit
76b4f8b8c2
6 changed files with 24 additions and 17 deletions
|
@ -965,7 +965,8 @@
|
|||
"thePasswordMustContainAtLeastOne-1": "The password must contain at least one uppercase letter",
|
||||
"thePasswordMustContainAtLeastOneNumber": "The password must contain at least one number",
|
||||
"thePasswordMustContainAtLeastOneSpecial": "The password must contain at least one special character",
|
||||
"templateVariables": "Map of template variables to replace",
|
||||
"templateData": "Data passed to template when compiling with Handlebars",
|
||||
"templateVariables": "Map of template/subject variables to replace",
|
||||
"sendTransactionalEmail": "Send transactional email",
|
||||
"sendSingleEmailByTemplateId": "Send single template by :templateId",
|
||||
"sendConfigurationId": "ID of configuration used to create mailer instance"
|
||||
|
|
|
@ -965,7 +965,8 @@
|
|||
"thePasswordMustContainAtLeastOne-1": "The password must contain at least one uppercase letter",
|
||||
"thePasswordMustContainAtLeastOneNumber": "The password must contain at least one number",
|
||||
"thePasswordMustContainAtLeastOneSpecial": "The password must contain at least one special character",
|
||||
"templateVariables": "Map of template variables to replace",
|
||||
"templateData": "Data passed to template when compiling with Handlebars",
|
||||
"templateVariables": "Map of template/subject variables to replace",
|
||||
"sendTransactionalEmail": "Send transactional email",
|
||||
"sendSingleEmailByTemplateId": "Send single template by :templateId",
|
||||
"sendConfigurationId": "ID of configuration used to create mailer instance"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue