Our clients started reply on the invoice email we send them that email incorrectly rendered.
It now look really ugly.
On other side, any normal browser renders it as it has to be.
template.txt (31.1 KB)
Attached content of data to render.
I am using POST https://invoicing.co/api/v1/emails endpoint API
email_data = {
"entity": "invoice",
"entity_id": invoice_id,
"template": ninja_template_name,
"body": body,
"subject": subject,
}
where body is what attached in template.txt file string.
Please advise ASAP.