Interviewer - Server > UNICOM Intelligence Interviewer activities in UNICOM Intelligence Interviewer Server - Admin > Email > Creating a new job > Displaying images in email messages
 
Displaying images in email messages
Images cannot be directly inserted into the email text. You can, however, insert links to external images, images in the shared image location, or images that are uploaded to the project location.
To add an image from a shared location
1 Click the View Source icon on the email body section. The HTML source editor opens.
2 Add an <img src="..."/> tag in an appropriate location in the HTML source. You must specify a full URL; relative URL paths are not supported. For example:
<img src="http://<server_ip_address>/SPSSMR/Shared/Dojo/dojo/
resources/images/dndMove.png" />
3 Switch back to the email body and verify that the image appears as expected.
To add an imagecache image URL
1 Upload an image in the UNICOM Intelligence Interviewer Server - Admin File activity and activate the associated project.
2 Open the Files activity, and click the View Source icon on the email body section. The HTML source editor opens.
3 Add an <img src="..."/> tag, that points to the image that was uploaded in step 1, in an appropriate location in the HTML source. For example:
<img src="http://<server_ip_address>/SPSSMR/
ImageCache/ImageCase.aspx? Project=<project_name>&amp;
File=en-US/image.jpg" />
4 Switch back to the email body and verify that the image appears as expected.
See also
Creating a new job