How to add company logo in email template using system property.

Krishna K
Giga Contributor

How to add company logo in mail template from system property. The company logo is stored in newly created system property. 

6 REPLIES 6

Anil Shewale
Mega Guru

Hi

refer the following thread in that there is two propertys enable it:

Use email image filtering properties to control how inbound email images attach to a target

record.https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/notification/concept/...

and the try:

You can write email notifications in HTML and refer to the company logo in an IMG tag after you upload it to ServiceNow:

  1. Choose Content Management > Images.
  2. Click New to create a new image. The Images form opens.
  3. In the Name field, enter the new image's filename (such as company_logo.png).
  4. In the Images field, click Click to Add. A Choose an Image File page opens.
  5. Click choose a file and upload the company's logo.

When you have created the Image record, you can use the file in an email notification's HTML template, like this:

<img src="company_logo.png" width="<yourimagewidth>" height="<yourimageheight>" />

If it help mark helpful or correct 

Thanks and regards

Anil

Gaurav Shirsat
Mega Sage

Hi Addition to Vishakha and Anil

Please refer the Additional System Properties.

Make Changes in your script using these properties.

you just need to copy paste these properties in your script

https://docs.servicenow.com/bundle/orlando-servicenow-platform/page/administer/reference-pages/refer...

Please Mark Correct and Helpful

Thanks and Regards

Gaurav Shirsat