Send by email
Hello,
I am generating a report(Purchase Order). In this report, i have some sample images which are stored in "../images/img1.jpg".
That is my images location. I am generating report dynamically and store in a variable(strTable).
I am sending that by email using CDO
cdo.body=strTable
...
In my system its showing images.
In the email, its not showing images. What could be the problem.
How can i make images to show in the email also?
Thanx in advance
|