Sending Mail from smpt server using Publishing Html Column as mail body

Unanswered Sending Mail from smpt server using Publishing Html Column as mail body

  • Saturday, January 30, 2010 9:11 AM
     
     
    Hi, 

    I am facing an issue in uisng data from Publishing HTML type of column. The Column is holding mail body. The Issue is if i insert a table in this column uisng the OTB option of inseritng table then it applies CSS class attributes to the table in HTML body.

    <table><tbody>
    <tr class=ms-rteTableHeaderRow-3>
    <td class=ms-rteTableHeaderLastCol-3> Some text</td></tr>
    <tr class=ms-rteTableOddRow-3>
    <td class=ms-rteTableLastCol-3> Some text</td></tr></tbody></table>

     These CSS clases come from CORE.CSS. So when the mail is sent  using this column data as body, the CSS classes are not copied to the mail and the mail is left with class attributes in table not actually showing the proper Style.

    Please provide some inputs to overcome this :) Can we add the CSS class styles to html body ?? If yes then how to do it?? 

    Regards