Images in HTML-Formatted E-mail Notifications

You can place images, such as GIF or JPEG files, into HTML-formatted e-mail messages.

  To place an image into an HTML-based e-mail message:

  1. Add an HTML IMG tag to the HTML template file.

  2. Put the image file into the image directory that corresponds to the given e-mail notification type.

    The image files are placed in a subdirectory of:

    Install Home/lib/notification/images

    Each notification type has its own subdirectory under images.

    As an example, assume you want to place an image named logo.gif into item e-mail notifications. To do this you would add the string:

    <IMG SRC=logo.gif>

    to the file:

    Install Home/lib/notification/item_email.html

    and then store logo.gif in:

    Install Home/lib/notification/images/item