Email template
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2024 09:29 PM
In the email template I have written some code that contains "href" it is assigned to url, instead of the url I need to create a system property and call that sys property using gs.getProperty().. Is it possible to use the system property in the email template..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2024 09:39 PM
Hi @Anantha27 ,
You can use gs.getProperty() in the notification email script and call notification email script in the email template.
${mail_script:<notification_email_script_name>}
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2024 02:20 AM
Hi @Anantha27 ,
If it resolved your query, please accept it as solution.
If any queries do let me know.
Mark this as Helpful / Accept the Solution if this helps.