Email connector is sending plain text emails

0
Hi,   I implemented the new Email Connector module in Mendix 9.18.1 (I can not select that version), but emails are send as plain text even if the template boolean IsHTML is true.  I debugged the SE sending the email and also the IsHTML boolean in the EmailMessage is true when the send email action is called. When I look in de sent emails the emails show as HTML, but I receive them as plain text. Does anyone know why this is and how I can receive emails in HTML?   Thanks!
asked
2 answers
0

The reason can be that your client is showing the plain version.

Can you verify it with another email client?

answered
0

Thanks for your answers.

I tried to empty the plain text and used different email clients (but I assume Outlook would be sufficient), but I still got plain text emails (but on the sent email page they do show normally as HTML).

answered