"Invoice Ninja" on top of all plaintext emails

Hi,

when sending out invoices or reminders, the first line of the plaintext mail contains: “Invoice Ninja” - Salutation follows in the 2nd line.

settings look like this:

Hello $contact.first_name $contact.last_name, please find your Invoice attached best Regards,

output like this:

Invoice Ninja Hallo person name, please find your Invoice attached best Regards,

preview looks ok…

help?

best, micha

Hi,

@david any thoughts to debug this?

@micha

can you attach a screenshot please?

sure… here is a screenshot of the arrived message:

messager at MUA

and the template in invoiceninja:

addendum:

invoice ninja is sending html mails despite i switched it to email design simple - while looking at the code of the generated mail, there is a in the header:

<head> <style>body > img, blockquote >img { max-width: 100%; } body { font-family: "Menlo"; font-size: 8.250000pt; } </style> <meta http-equiv="x-dns-prefetch-control" content="off"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Invoice Ninja</title> </head>

so that is where it comes from.

sorry to say that: html mail is straight out of hell and should go back there. so i either need to know where to manipulate that html template or where to disable it from sending html mails.

best,

micha

Thanks,

I’ve checked in a fix, it will be removed in the next release.