Hi,
I'm trying to send mail from our application using java mail api. There is
a .css file which i need to use for it. How can i do it?????
The problems i faced are :
I tried to get the .css file through Datasource and add it to the body
part with a content id and tried to call it from the html code using cid.
And i found that the .css file is attached to the mail, not templated.
Also inside the .css file i used cid
to access an image and it also came as an attachment. I need to know
how to add a .css template to the mail????
I can send the code if needed.
Thanks in advance.
I'm trying to send mail from our application using java mail api. There is
a .css file which i need to use for it. How can i do it?????
The problems i faced are :
I tried to get the .css file through Datasource and add it to the body
part with a content id and tried to call it from the html code using cid.
And i found that the .css file is attached to the mail, not templated.
Also inside the .css file i used cid
to access an image and it also came as an attachment. I need to know
how to add a .css template to the mail????
I can send the code if needed.
Thanks in advance.
Comment