You can add images to email templates in Spire, such as your company logo at the end of the email body. Basic HTML knowledge is required.

Steps:

  1. Store the Image:

    • Save the image on your computer, for example: C:\Users\john\Pictures\Kitty2.jpg
  2. Copy the Image Path:

    • Right-click on the image and select "Copy as path".
  3. Access Email Templates in Spire:

    • In Spire, go to Edit > Email Templates.
  4. Edit the Email Template:

    • Select and edit the desired email template.
  5. Open Raw HTML:

    • Navigate to the Raw HTML tab.
  6. Place the Image:

    • Click on the location in the email body where you want the image to be placed.
  7. Insert HTML Code:

    • Type the following HTML code, pasting the copied image path in the appropriate place
    • <img src="paste the copied image path" /></p><body></html>


Using the example from step 1, it will look like:
<img src="C:\Users\john\Pictures\Kitty2.jpg"/></p><body></html>