How to add company logo in email template using system property.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2020 10:18 PM
How to add company logo in mail template from system property. The company logo is stored in newly created system property.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2020 10:36 PM
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
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:
- Choose Content Management > Images.
- Click New to create a new image. The Images form opens.
- In the Name field, enter the new image's filename (such as company_logo.png).
- In the Images field, click Click to Add. A Choose an Image File page opens.
- 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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2020 01:48 AM
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
Please Mark Correct and Helpful
Thanks and Regards
Gaurav Shirsat