cancel
Showing results for 
Search instead for 
Did you mean: 

Image as part of email body

Former Member
0 Kudos

HI,

I have a proxy to email scenario where I need to send the content of the proxy as an email with html content, but now we need to add an image/company-logo to the email body. I'm not sure how to achieve this scenario any help woild be highly apprecieated.

Thanks,

Bhargav.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

Hi Bhargav - Are you getting the image from proxy? where is that file located?

though i'vent worked on - you can try something like below..

http://scn.sap.com/community/pi-and-soa-middleware/blog/2005/11/23/xi-html-e-mails-from-the-receiver...

Just construct the html using xslt and add your image location under img tag and see if that works..

i.e. if your company logo is accessible using a URL then try something like

<img src="http://yourcompany.com/logos/logo.jpg">

Former Member
0 Kudos

Hi Hareesh,

I'm not sure how to send the image through proxy. Can you throw some light on this?

We are not sure where to store the image file, I tried to zip it along with the xslt mapping and execute it but it failed. Any suggestions/thoughts?

Thanks,

Bhargav.

former_member184720
Active Contributor
0 Kudos

Sorry i'm not an ABAP expert but my search returned below result.

You can try posting it in ABAP development forum where you can get details..

However if that is a company logo then i believe it'll be same for all the messages.

If so as i suggested just add the <img> tag and provide the URL in src and see if that works..

Just to test it.. you can give any url for now and test the interface..

Former Member
0 Kudos

It worked with the URL in src of <img> tag

Answers (0)