Changing the font of the additional comments from case to match the email notifications
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 02:04 AM - edited 08-29-2024 02:07 AM
Hi there,
I am looking to change the font of the ${comment} being printed in the email notifications. I have been writing the email script.
The code i used in the email script is...
template.print( '<p><span style="color: #000000; font-family:Arial; font-size: 10pt;"><b>'+ current.comments +'</b></span></p>');
However it is not displaying it. I also want to be able to display the history along with the new posted comment...just like using ${comments} (actually putting that thing in email notification)
Any ideas on where i went wrong?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 02:31 AM
Hi @Kenneth_Zhu
Please refer below post :
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.