Image support

Images can be added into the e-mail in 2 ways:

  1. Adding the URL hyperlink to the image source.
  2. Embedding the image in the e-mail body.

Adding the URL hyperlink to the image source.

The easiest way to add an image is to reference the source directly in the HTML block

1:
2:
    <img src="http://www.arch-global.com/wp-content/uploads/2015/02/archLogo.png" alt="Arch Logo"
style="margin-bottom: 5px;padding-top:5px;"/>

Instead of the image filename you could use a variable if the image selection was to be dynamic.

Embedding the image in the e-mail body.

Alternatively the image could be embedded into the e-mail, which means that the e-mail size is larger and the e-mail client does not require an internet connection to view the image.

This is explained in Image User Exit and Using variables for embedded images.