Announcement

Collapse
No announcement yet.

HTML entities in email subject

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • HTML entities in email subject

    Hello,

    If a task name contains an unicode character the notification email subject is sent with HTML entities, for example
    ö (German umlaut) becomes ö
    ' (apostrophe) is sent as '

    The database is set to utf8_unicode and the characters are stored correctly.
    A possible cause seems to be the htmlizer class which is also run on the email subject.
    I opened a github issue for tracking this bug.

    Please fix in the next version, thanks!

  • #2
    Hi,

    I can't fix because I can't reproduce it. ö is not parsed as ö before sending.

    Comment


    • #3
      Maybe you have custom template for assignment notifications. You should use triple bracing {{{ ... }}} there.

      EspoCRM – Open Source CRM Application. Contribute to espocrm/espocrm development by creating an account on GitHub.
      Last edited by yuri; 05-25-2017, 11:32 AM.

      Comment


      • #4
        Thanks for the quick response, I'm not using any custom templates - just a default installation.
        I checked the files you changed in this commit and there are only double bracings

        Comment


        • #5
          It the problem with assignment notification or with email reminder? This commit should fix the second one.

          Comment


          • #6
            Only reminder emails. Assignment notifications seem to be okay

            Comment

            Working...
            X