You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mergeTags feature doesn't work anymore after the update that changes the template literal to mustache. It may be related to #133. Currently all the mergeTags are rendered empty in the emails. The variables are replaced correctly in the editor, however, once the email is sent, it is empty. This only happens to the variables declared in the mergeTags in the plugin options and not the ones that are passed to the .sendTemplatedEmail() function.
Bug report
Describe the bug
mergeTags
feature doesn't work anymore after the update that changes the template literal to mustache. It may be related to #133. Currently all themergeTags
are rendered empty in the emails. The variables are replaced correctly in the editor, however, once the email is sent, it is empty. This only happens to the variables declared in themergeTags
in the plugin options and not the ones that are passed to the.sendTemplatedEmail()
function.Steps to reproduce the behavior
Declare some
mergeTags
in the plugin options**Expected behavior
Correctly display the values from
mergeTags
.Screenshots
Correctly parsed in the editor.
Empty in the actual email received.
System
The text was updated successfully, but these errors were encountered: