I want to send some HTML in a mail message
I have a td that has a CssClass with background image.
when I checked the received mail I found that the background image didn’t appear.
I tried to force the background image to the TD using the deprecated background attribute but nothing changed.
is there any workaround for this problem ?
thanks
Most email clients do not read external css. So assuming your CssClass refers to an external css file it wont work in most email clients. Try putting the css inline is a style tag and see if that works.