Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Embedded images in mail attachment(HTML report)
Embedded images in mail attachment(HTML report) [message #81276] Sun, 16 October 2005 04: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 15:16 Go to previous messageGo to next message
floor is currently offline floorFriend
Messages: 93
Registered: July 2009
Member
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 16: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: Tue Apr 23 14:58:29 GMT 2024

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

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

Back to the top