Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data type Issue of sending Smart Mail of Transactional #44

Open
michael-msx opened this issue Jul 16, 2018 · 0 comments
Open

Data type Issue of sending Smart Mail of Transactional #44

michael-msx opened this issue Jul 16, 2018 · 0 comments

Comments

@michael-msx
Copy link

Hi guys,

I am using this Java SDK to send out a transactional smart email.
Maven Version is 6.0.0

It works fine for a simple case, but I have an issue when I want to use Liquid in my email template.
The data field of SmartEmailRequest is just Map<String, String>, in that case, I can pass neither List nor Map object to the data field.

I did fix that by creating a custom version of SmartEmail and SmartEmailRequest. using Map<String, Object>

But if the future version can fix that, it would be highly appreciated!

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant