- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 06:55 AM
Hi,
Can someone please help me html mail script?
My issue is either I'm getting the entire line in bold and if I remove the <strong> entire line unbolds.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 07:06 AM
Hi Thomas,
Script you usiing should work. You can try below.
template.print('<p>Account Type: ');
template.print('<strong>' + typeofuser + '</strong><br />');
template.print('Frist Name :');
template.print('<strong>' + firstname + '</strong><br />');
template.print('Last Name: ');
template.print('<strong>' + lastname + '</strong><br />');

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 07:45 AM
When in bold
when not in bold
Ensure the mailscript called is not in bold.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 07:06 AM
Hi Thomas,
Script you usiing should work. You can try below.
template.print('<p>Account Type: ');
template.print('<strong>' + typeofuser + '</strong><br />');
template.print('Frist Name :');
template.print('<strong>' + firstname + '</strong><br />');
template.print('Last Name: ');
template.print('<strong>' + lastname + '</strong><br />');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 07:34 AM
That didnt work 😞

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 07:43 AM
Strange. Can you ensure if the mailscript is not marked as bold or the notification has a bold included just before the mailscript you calling.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 07:45 AM
When in bold
when not in bold
Ensure the mailscript called is not in bold.