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
{{ message }}
This repository was archived by the owner on Dec 3, 2017. It is now read-only.
Thanks for your great work, I like to use the microservice alot for different projects that do not require a backend but recent notifications.
To use the microservice for data-driven applications it would be benefitial if the user could payload some json data into the mail, as the underlying lodash library supports this.
I could not find out a way to transport e.g. a json object into the mailer (also html structure and "pure" data objects (just displayed as [object] ) fail with unexpected token responses). Further attempts in base64 encoding the object failed, as i get atob is undefined response from the server after i saved <%= atob(value) %> to the template.
I would appreciate any help and would be willing in contributing.
Thanks for your great work, I like to use the microservice alot for different projects that do not require a backend but recent notifications.
To use the microservice for data-driven applications it would be benefitial if the user could payload some json data into the mail, as the underlying lodash library supports this.
I could not find out a way to transport e.g. a json object into the mailer (also html structure and "pure" data objects (just displayed as
[object]) fail with unexpected token responses). Further attempts in base64 encoding the object failed, as i getatob is undefinedresponse from the server after i saved<%= atob(value) %>to the template.I would appreciate any help and would be willing in contributing.