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
2 replies
Subscribers
9 subscribers
Views
2625 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Email Template --> How do we include an IMG Tag inside an Email T
aneeshv
over 12 years ago
Email Template -->
How do we include an IMG Tag inside an Email Template to show the IMAGE in the BODY of the email?
I was doing <img src="###/suite/doc/6781###" alt="Test Logo"> but it didn't really work?...
OriginalPostID-65123
OriginalPostID-65123
Discussion posts and replies are publicly visible
0
rayudua
over 12 years ago
Aneesh.
1.Trying to show a document of image in email template which goes to an outlook or some email client is not a good idea as the person seeing that email may not have logged in and the document is accessible only if the user has privileges.
2. The link will be to the docid and not really the .png or .jpeg
3. when appian uses this images in the appian forms or portal , appian automatically applies some css classes to show the image.
4. If you want this in email body, i would suggest an external server link ex:
yourcompanywebserver.com/.../emailbody.png
which has no authentication around etc. if its dynamic images you could retrieve url from database etc.
would like to see if any appian engineers respond if there is a better way to accommodate your needs.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
james.franklin
over 12 years ago
I run the same technique as described above. Any static images in html mails are held on a server outside of our firewalls to ensure customers can see the content as expected. Alternatively you would need to use the built in function, linktodocumentexternal. If this was for user with access to your Appian installation.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel