Can't be an "=" sign in email subject line

Abbottronix
Tera Guru

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? 

1 ACCEPTED SOLUTION

Sanket Landge
Tera Expert

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

View solution in original post

8 REPLIES 8

yes.add these code in email script

Thanks Vaishnavi

if answer is helpful make as a correct answer, in future  other can also leverage the correct answer

Sanket Landge
Tera Expert

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