Open Axolord opened 8 months ago
@hillelcoren
is the flutter AP transforming the data here? I cannot replicate using React or the flutter interface will the text/html displayed
The Flutter web and desktop apps have different email previews. Flutter doesn't yet support using the browser in a desktop app so we aren't able to show the full HTML preview.
Setup
Interface
Checklist
Describe the bug
Before sending a Mail, it is not properly rendered in the preview in the desktop app. Webapp and Android app are working fine.
<br/>
tags dont get respected and the theme "light" also does not work, showing only text with no styling.Steps To Reproduce
Include the following email template and preview it in the desktop app. Optionally enable the "light" theme.
Expected Behavior
The following image (I removed privacy-sensitive information like my logo and the footer, containing my phone number):
Screenshots
Email from the Desktop app looks like this (here no further information is displayed. No logo, no footer and the
<br/>
tags do not work. Email template is exactly the same):