Hey,
I thought this might warrant a conversation. At the moment (in lines 398,405 & 412 of `maestro.module`) the module is adding a safe utility markup check on the message body for assignment, reminder and escalation notifications.
Drupal by default prevents any HTML from being used in emails. The way around that is to use a third-party module which *does* allow HTML such as SMTP Authentication Support. At the moment, Maestro is preventing any HTML from being passed to the email handler regardless of whether the site admin has chosen to allow it or not.
I would argue that Maestro shouldn't be applying the safe utility check on message body as the content is being added by an authenticated and approved user, not by anon users (unless there is a problem with a site's permission setup). Plus content is being checked further along the line anyway by Drupal core.
It might be there is another way to use HTML tags in notification emails which I've not seen (in which case, please let me know!) but I've added a simple patch below which simply passes the admin's content to the message body which can then be themed elsewhere without interference.
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.