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 Reply
  • Hi  , 
    I tried almost everything you guys suggested but I didn't get success.

    I'm using email node in which I'm using html template.

    In html code i'm using image tag, after using base64 code i'm able to see image in email on my personal outlook account but not on my organization's gmail account.

    I thought Google is blocking the images.

      

    It is always giving Alternate text for email but not image.

     Thanks in advance.

Children
  • 0
    Certified Lead Developer
    in reply to harshw0876
    after using base64 code i'm able to see image in email on my personal outlook account but not on my organization's gmail account

    I have only tested the method described here for showing an image when the file is sent as an attachment, not as Base64.  I assume the Base64 version may be possible, however I'm not sure what's required (formatting / syntax wise) to get it to work most universally - i know Outlook processes some things in a special way and Gmail/Google may do other things, but I don't have any particular insight there.

    Does it still fail in this way when you try the method I actually described?