Werk #7428: email: don't escape email subject and addresses
| Component | Notifications | ||||||
| Title | email: don't escape email subject and addresses | ||||||
| Date | Jun 26, 2019 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Since version 1.5.0p14 the subject and addresses of HTML emails were escaped, i.e. the characters '<', '>' and '&' were replaced by '<', '>' and '&', if present. This resulted in a slightly more unreadable subject if any of these characters were present and if an email address contained an ampersand it would result in an invalid (escaped) email address.