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
First I would thank you so much for this good work.
I am using this library to send template emails to users, I am already defined many templates in mandrill and I am just passing the handlebars tags from the api here, but for some reason the template email is received but without replacing the variables {{}} by the value that I am sending, hence the merge tags are not working, for this reason I am looking for a method to print the whole json message after sending the email so I can analyse it to see what is the problem and why the merge tags are not working.
So is there any way to print the whole json after this operation?
The text was updated successfully, but these errors were encountered:
jadchahine
changed the title
Can I print the whole email message as json before upon sending it?
Can I print the whole email message as json upon sending it?
Dec 23, 2016
Hello,
First I would thank you so much for this good work.
I am using this library to send template emails to users, I am already defined many templates in mandrill and I am just passing the handlebars tags from the api here, but for some reason the template email is received but without replacing the variables {{}} by the value that I am sending, hence the merge tags are not working, for this reason I am looking for a method to print the whole json message after sending the email so I can analyse it to see what is the problem and why the merge tags are not working.
So is there any way to print the whole json after this operation?
MandrillMessageStatus[] messageStatusReports = mandrillApi.messages().sendTemplate("test-template", template_content, message, false);
The text was updated successfully, but these errors were encountered: