Skip to main content
I was working with a customer who was trying to implement a script within our HTML editor so they could send the email as “plain text” and not Rich Text so that a third party can use their API to automatically read the email.



Right now, we allow specific tags in the HTML to prepare the email and the system will omit the content included in tags other than those.



Right now the allowed tags are as follows:



'a','strong','em','p','li','ul','ol','i','b','div','br']



Idea here is to be able to include these sort of scripts within our editor.


Be the first to reply!