- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 09:04 PM
I need to add '[SEC=OFFICIAL]' to all our email subject lines, but after doing so, they all cut off at '[SEC'. I realised that adding an '=' sign to an email subject eliminates the '=' sign and anything that comes after it. Is there anyway to include '=' in the email subject without this happening?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 10:36 PM
Hello @Abbottronix ,
Create a Notification Email Script and set the subject using email script in notification.
email.subject = "[SEC=OFFICIAL]".
Emails -> Notification Email script.
Use following syntax to call the email script in notification body
${mail_script:NameOfMailScriptHere}
Thanks,
Sanket Landge

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 10:17 PM
yes.add these code in email script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 10:32 PM
Thanks Vaishnavi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 10:35 PM
if answer is helpful make as a correct answer, in future other can also leverage the correct answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2024 10:36 PM
Hello @Abbottronix ,
Create a Notification Email Script and set the subject using email script in notification.
email.subject = "[SEC=OFFICIAL]".
Emails -> Notification Email script.
Use following syntax to call the email script in notification body
${mail_script:NameOfMailScriptHere}
Thanks,
Sanket Landge