Remove Instance name in subject notifications.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 09:47 AM
Hi Experts!
I have a requirement to remove Instance name in subject notifications.
Every single email that is sended contains the instance name in the subject.
How can I remove this?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 10:38 AM
Hi @AB6 ,
Check the notification and appropriate email script that is setting the instance name something like email.setSubject(gs.getProperty("instance_name")) remove the instance name.
Thanks,
Anand