cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:Send Image in a Email to Outlook

former_member222013
Participant
0 Kudos

Hi,

I am sending emails with the help of java code and I am doing it successfully.But I have a requirement where I need to send some images(not as attachments) to the users .Can anyone help me in this regard.

Note:Mails are being sent to MS Outlook.

Thanks,

NWUser

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos
former_member222013
Participant
0 Kudos

Hi Jun,

Thanks for your answer,it worked.But I am having an issue when I am sending the email from HTTPS ,I am able to send the images successfully in EMail if I use HTTP.Can you please help me in this context.

If I send from HTTPS ,Images are not being displayed in Outlook .... A red cross symbol is appearing in place of Image.

Thanks,

NWUser

junwu
Active Contributor
0 Kudos

i think it is related to security setting.

it didn't give you any prompt?

right click the pic, what you get?

former_member222013
Participant
0 Kudos

I did not get any prompt,If I right click on the Pic i am getting 2 options .. copy and save as picture.

Answers (2)

Answers (2)

former_member222013
Participant
0 Kudos

Hi,

I am using the below code to get the URL of the Image ;;;

url = WDURLGenerator.getAbsoluteWebResourceURL(wdComponentAPI.getDeployableObjectPart(), ImageName);

Is there any problem if I use the above menthod in HTTPS ,as it will have reverse proxy/webdispatcher configured ?????

Please let me know how to read the image path from Webdynpro applciaiton in HTTPS ???

Thanks..

former_member222013
Participant
0 Kudos

Can anyone help me in this context......Please