Skip to main content



      Home
Home » Archived » BIRT » Embedded images in mail attachment(HTML report)
Embedded images in mail attachment(HTML report) [message #81276] Sun, 16 October 2005 00:32 Go to next message
Eclipse UserFriend
Originally posted by: kamaljeet.sandhu.gmail.com

Can anyone give some tips on how to get embedded images of the report to
be included in the report sent as mail attahchment - of course only for
HTML as the PDF is no problem.

My report has two images - a logo embedded in the design and a chart.
Both end up with src attibute as :

<img src="./design43" ...

which ofcourse does not work .

Any pointers greatly appreciated.

Rgds,
Sandhu
Re: Embedded images in mail attachment(HTML report) [message #81525 is a reply to message #81276] Mon, 17 October 2005 11:16 Go to previous messageGo to next message
Eclipse UserFriend
How about using a full path instead of a relative path? For example, <img
src=www.mydomain.com/images/design43 ...

It seems a little strange to email a .html file to me anyway, though...

--floor

"Sandhu" <kamaljeet.sandhu@gmail.com> wrote in message
news:disl4k$n10$1@news.eclipse.org...
> Can anyone give some tips on how to get embedded images of the report to
> be included in the report sent as mail attahchment - of course only for
> HTML as the PDF is no problem.
>
> My report has two images - a logo embedded in the design and a chart.
> Both end up with src attibute as :
>
> <img src="./design43" ...
>
> which ofcourse does not work .
>
> Any pointers greatly appreciated.
>
> Rgds,
> Sandhu
Re: Embedded images in mail attachment(HTML report) [message #81556 is a reply to message #81525] Mon, 17 October 2005 12:47 Go to previous message
Eclipse UserFriend
Originally posted by: kamaljeet.sandhu.gmail.com

Hi floor,

1.just want to send the auto scheduled report as an inline message.with
logo etc.

2.The problem is offline access to image and chart is not possible and
also login protected area etc.

I need the CID="XXX" kind of embedded image.

any ideas on this?

Thanks,
Sandhu




floor wrote:
> How about using a full path instead of a relative path? For example, <img
> src=www.mydomain.com/images/design43 ...
>
> It seems a little strange to email a .html file to me anyway, though...
>
> --floor
>
> "Sandhu" <kamaljeet.sandhu@gmail.com> wrote in message
> news:disl4k$n10$1@news.eclipse.org...
>
>>Can anyone give some tips on how to get embedded images of the report to
>>be included in the report sent as mail attahchment - of course only for
>>HTML as the PDF is no problem.
>>
>>My report has two images - a logo embedded in the design and a chart.
>>Both end up with src attibute as :
>>
>><img src="./design43" ...
>>
>>which ofcourse does not work .
>>
>>Any pointers greatly appreciated.
>>
>>Rgds,
>>Sandhu
>
>
>
Previous Topic:TypeError when accessing POJO
Next Topic:How do you set up configuration variables or library variables ?
Goto Forum:
  


Current Time: Sat Jul 05 05:05:16 EDT 2025

Powered by FUDForum. Page generated in 0.25397 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top