2
Notification area webmail html decode
Problem reported by BMark - 10/28/2020 at 2:10 AM
Submitted
Hi SM Team,

I found a small problem: in the "Notification area" of the webmail the html of the text of the messages inserted in the "sending email and user notification" Events is not interpreted
Example:
<div wfd-id="11817">Text</div><div wfd-id="11816"><br></div><div wfd-id="11723">text........

Version: 100.0.7593.31148 

Thanks and good job

Mark

2 Replies

Reply to Thread
0
Employee Replied
Employee Post
@BMark, can you open a support ticket for this issue, please?
0
BMark Replied
Hi Robert,
I can send you more information here to speed up:

in "Events", for example, on the rule "User Disk Space Used"> Action "Send an email and notify the user" the text that is written (with line break or other html elements) in the form as follows:

The mailbox at #emailaddress# is #mailboxusagepercent#% full.

Remove unnecessary emails or attachments to prevent messages from being blocked.

(Space Used: #mailboxusagemb# MB out of #mailboxsizemax# MB)

in notifications of the webmail is shown:

<div>The mailbox at #emailaddress# is #mailboxusagepercent#% full.&nbsp;</div>
<div>
    <br>
</div>
<div>Remove unnecessary emails or attachments to prevent messages from being blocked.&nbsp;</div>
<div>
    <br>
</div>
<div>(Space Used: #mailboxusagemb# MB out of #mailboxsizemax# MB)</div>

That is, the html is not decoded within the "notifications" view of the web mail.

Reply to Thread