Image is not showing in the email when I use html template.

Hi,

I have uploaded an image using "Document" object under the folder "AT_Images"

Now, I have created an HTML template which I am using to send an email using Send Email smart service.

When I use below code in the .html template document, there were no image in the actual email which I have received.

<img src="AT_Images\companylogo.jpg"></img>

Can some throw some idea on this.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    I think this has been discussed in previous threads - search around some and i think you might find at least one or two threads where the exact required syntax is reproduced.  However the one thing that sticks out about this is - I'm not sure why you think the folder "AT_Images" is relevant; if you're attaching the image file to the email, it will not be in *any* folder, and thus it would not have any folder referenced when you refer to it in your "<img src=" tag.

Reply
  • 0
    Certified Lead Developer

    I think this has been discussed in previous threads - search around some and i think you might find at least one or two threads where the exact required syntax is reproduced.  However the one thing that sticks out about this is - I'm not sure why you think the folder "AT_Images" is relevant; if you're attaching the image file to the email, it will not be in *any* folder, and thus it would not have any folder referenced when you refer to it in your "<img src=" tag.

Children