Does anybody know how to get around to following problem…….
i am trying to get a web request in asp.net for a web page which
dynamically generate line and pie chart as per user and then
sending that web page as email body. but i could succeed only partially
in it. I checked that sent email but it was not showing those
graphs i was expecting to be there. i tried all possibilities for
doing this thing work.
this might be due to those graph images not having any link back
to those graphs generated dynamically at that instance.
Does anybody know how to get around to following problem……. i am trying to
Share
I suggest you embed those graphs in the email itself.
It works by attaching the images as regular mail attachments and setting the image source like:
This codeproject example on embedding images in email should guide you through it.