Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

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 Children
  • Actually i didn't used MS word for template ,i am using sublime text editor  with (.html) extension for html code then ..

    3. Uploaded it as document on Appian repo, also added a file with name screenshot.png onto the repo

    4. Next in Send Email smart service, I chose this html template and added screenshot.png to the email as an attachment.

    5. I was hoping to see the image in the Body of the email but instead it is still coming as an attachment.



  • 0
    Certified Associate Developer
    in reply to Mike Schmitt

    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.

  • 0
    Certified Lead Developer
    in reply to Harsh11
    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?