Using the send-template
method and the Lutung Mandrill Java API implementation, when a template variable contains line breaks of the form \n
, they are totally ignored or stripped on generated emails. The String
s containing \n
characters are kept untouched untill the GET
send-template
method is executed. So I guess there is some String
analysis and conversion on Mandrill servers which removes special characters.
How can I make work again line breaks on Mandrill emails?