How do I show my company logo in emails sent by BMS?

Question

How do I add company logo to the emails being sent on tickets and invoices by BMS?

Answer

This can be achieved either by using copy and paste of the logo in the template design or HTML to reference a static hosted image address in the email templates (Admin > Business Process > Email Templates).

Edit the HTML source of the corresponding email templates to reference the image in a URL source.

<img alt="" src="="URL of image here"/>

EXAMPLE  <img alt="" src="https://bms.kaseya.com/Images/logo.png?ver=4.0.25.1" />

 mceclip1.png

Once this is added, click Preview to ensure the output looks as expected. 

mceclip2.png