Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
6 subscribers
Views
2796 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
I am using an HTML template in Send Email activity.The HTML document contains im
moushreep
over 9 years ago
I am using an HTML template in Send Email activity.The HTML document contains images enclosed in <img src> tag but when I am sending the mail the images are not displayed.Although I have kept the images within the same folder where the html document is kept.
OriginalPostID-183163
OriginalPostID-183163
Discussion posts and replies are publicly visible
Parents
0
janakik
over 9 years ago
As the people suggested in the feed
forum.appian.com/.../b-31750
, documents from Appian repository cannot be accessed externally.
However we can make use of base64 conversion functions and convert the document to base64 and use this string in img tag as below
<img alt="Embedded Image" src="data:image/png;base64,###base64String###"/>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
janakik
over 9 years ago
As the people suggested in the feed
forum.appian.com/.../b-31750
, documents from Appian repository cannot be accessed externally.
However we can make use of base64 conversion functions and convert the document to base64 and use this string in img tag as below
<img alt="Embedded Image" src="data:image/png;base64,###base64String###"/>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data