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
  • Hi Apoorvam001,

    Please use the below tag

    <img img width=527 height=64 src="cid:<<Your File Name>>">

    and the Image as attachement in Send Email Smart Service. This will work. 

    When you open this in Browser it will not show. but in the Email it will show. Hope this helps

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

    i have attached the la_logo_h_v1.PNG in the send email smart service

Reply
  • Hi Apoorvam001,

    Please use the below tag

    <img img width=527 height=64 src="cid:<<Your File Name>>">

    and the Image as attachement in Send Email Smart Service. This will work. 

    When you open this in Browser it will not show. but in the Email it will show. Hope this helps

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

    i have attached the la_logo_h_v1.PNG in the send email smart service

Children