Zammad ignores ###html_email_css_font### +direction settings

Infos:

  • Used Zammad version: Zammad 6.3.1-1720594112.300297ce.jammy
  • Used Zammad installation type: package
  • Operating system: Ubuntu 22.04
  • Browser + version: Chrome last

Expected behavior:

Option to define font and direction

Actual behavior:

Zammad ignores custom font settings

Steps to reproduce the behavior:

After upgrading to version 6.3, we noticed that all outgoing emails lost their font settings and in addition there is no possibility to align the text to RTL.

For the purpose of the test, I tried to change the font size, but it was still received at the same size as before.

[22] pry(main)> Setting.get('html_email_css_font')
=> "font-family:'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif; font-size: 40px;"

As you can see the font is not size 40px.

Also the text is on the left side and not on the right side as it should be in my language. (RTL)

I saw that the application_wrapper.html.erb file has undergone changes recently, probably because of these changes.

It is already reported:

2 Likes

Indeed, I tried to send without a photo in the signature and it arrives fine.

Hi @YosefAdPro. The mentioned issue is fixed and after packages are done with building, feel free to update your Zammad instance.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.