How to add an image in Notification email script in a message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 12:15 AM
How to add an image in Notification email script in a message

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 12:19 AM
Hey,
To insert the imagein email notification(Make sure image is in System UI -> Images in png format)
var image = "xyz.png''; //image name
template.print( '<img src="' + image + '" />' );
//call the email script to Notification using
${mail_script:email_script_name}
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 12:36 AM
Feel free to mark correct, If I answered your query correctly
Will be helpful for others 🙂
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2022 11:29 AM
Hey,
Did I answer your query correctly?
If yes, feel free to mark correct and close the thread.
Will be helpful for future visitors.
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 12:23 AM
Hi
Add image in Images table then copy syntax from image and paste it like this in Email script. Mark my answer as correct if that helps
template.print('<img src="name_of_image" width="849" height="200" border="0" align="top"/>);
You can remove border and align and just add below like
template.print('<img src="jll_hr_direct.jpg" width="849" height="200"/>);
Regards,
Musab