Image in Email Body

Hi,

I have a send email smart service. I want to display logo signature in email. I'm not using html template. So please help me to achieve this without template. 

Thanks in advance

  Discussion posts and replies are publicly visible

Parents
  • Hi,

    The ony possibility is to use the "Insert Web Image" Button. But, you have to configure an url pointing to the image the receiver can access. Otherwise, there is no way around using the HRTL template.

    Cheers,

    Kai

  • 0
    Certified Lead Developer
    in reply to kais

    I've heard of others having some success with attaching the image and then embedding it using "cid" source in the email HTML; however I haven't played around with this myself so I can't make any promises.

    ETA: for my own future reference (and that of anyone else who finds this), I was able to accomplish this by adding the simple HTML to my generated email template, along the lines of:

    "<img src=""cid:screenshot.png"" ALT=""Task Screenshot""/>"

    where "screenshot.png" is the literal name of the picture sent as an attachment to the email.

Reply
  • 0
    Certified Lead Developer
    in reply to kais

    I've heard of others having some success with attaching the image and then embedding it using "cid" source in the email HTML; however I haven't played around with this myself so I can't make any promises.

    ETA: for my own future reference (and that of anyone else who finds this), I was able to accomplish this by adding the simple HTML to my generated email template, along the lines of:

    "<img src=""cid:screenshot.png"" ALT=""Task Screenshot""/>"

    where "screenshot.png" is the literal name of the picture sent as an attachment to the email.

Children