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
  • 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