Incoming emails are still formatted as font-type Times New Roman
Steps to reproduce the behavior:
Hello zammad professionals,
Unfortunately, emails sent from zammad arrive as a serif font (Times New Roman), although Setting.get(‘html_email_css_font’) => “font-family:Arial, sans-serif; font-size: 12px”. If we look into the source code of Outlook 2016, body {font-family:Arial, sans-serif; font-size: 12px;} is displayed here.
Is there another place where we need to adjust the font? We would like to use Arial as the default font.
Have you ever tried sending the email to another email client?
I recently had to deal with Outlook and formatted text and realized that Outlook with its XML substructure is a bit strange when processing.
Like you, I wanted to have Arial 12 in my email, but Outlook itself used the Outlook default. Via Thunderbolt it was suddenly the desired format.
With the last version of Zammad 6.3.1-1722948970.e504ff79.bullseye I have finally been able to make use of the font configuration to apply on Outlook emails, before that the changes did not apply to outlook but other mail clients.
You can find how to apply this configuration here, but I think you already looked for it: