Top Secret

 View Only

Tips: New CA Compliance Manager Mail Text Features

  • 1.  Tips: New CA Compliance Manager Mail Text Features

    Posted Dec 20, 2013 02:21 PM

    Recently, support has been added to allow Mail messages sent via Compliance Manager, to support HTML or RICH mode tags.  This will allow text to be italicized, underlined, bold etc.

    Here are some examples on how to use it.

    For HTML tags use:

    <b> html bold </b>  <br />

    <i> html italic </i>  <br />

    <u> html underline </u> <br />

    <center> html center </center> <br />

    Note the <br/> for the HTML tags above.  This is needed to get a new line, otherwise they all get concatenated.

     

    For Rich type tages:

    <bold> rich bold </bold>

    <italic> rich italic </italic>

    <underline> rich underline </underline>

    <center> rich center</center>

    There are many more tags used by HTML and RICH formats.  This is just  to show how to use some of them.

     

    Pat