Image in E-Mail

Hi,

I'm trying to display an image in an email. I'm using HTML text to generate the email body and trying to use the <img> tag to display the image by storing the image in a document constant and using in the src attribute. But the image does not render. 

I cannot use the HTML Template method due to design restrictions. Any ideas? 

TIA!!

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    A Score Level 2
    in reply to apoorvam

    I cannot past the code. if possible please share the steps you took. Below are what i have followed.

    I created a Email template file including the following tag

    <img img width=527 height=64 src="cid:la_logo_h_v1.PNG">

    Now my image file  la_logo_h_v1.PNG is placed in a Document folder.

    Open a send Email Smart service> Selected my name in "To" field, added  la_logo_h_v1.PNG file attachement,

    and  Used the Email Template i have created(This Template contains the above tag), Save and Run in debugging mode. 

Children