php - JavaBridge BIRT Send Email
Solution:
The sending process doesn't have anything do to with CSS - that's entirely up to the client, though bear in mind that CSS support in email clients is extremely variable, and you can't use external style sheets. It's hard to tell because you've not shown what's in your message body.
When you say the image is broken, what do you mean?
To reference an embedded image you need to refer to itscid
, like:
<img src="cid:chart_image" />
Answer
Solution:
It makes much more sense to send a graphical report as an attachment in the PDF format.