Change font and font size in email script include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2020 07:24 AM
Hi all,
We are using email client templates all with the format Font=Source Sans Pro, Font size = 12. However, when we use the reply/ reply all/ forward buttons in an Email received/ sent in the instance, the text generated by the called email script include - insert_original_email_message - is set to Font=Verdana, Font size = 8.
So if I click anywhere except on the text below, font is SSP size 12. The text itself is font V size 8.
I've googled, and tried a few variations with template.print and then the desired font and size, but none of my attempts have worked.
This is the OOB script below. Does anyone know how I need to change this so that the text generated by the email script include is also font SSP size 12? Any help would be much appreciated.
(function runMailScript(/* GlideRecord */ current, /* TemplatePrinter */ template, if (current.type != 'received') { var cdate = new Date(); var usePlainTextResponseContent = gs.getProperty('glide.email_client.use_plain_text_response', 'false'); if ((usePlainTextResponseContent == 'true' && !current.body_text.isNil()) || current.body.isNil()) { |
The information in the email client template is:
font-family: 'Source Sans Pro', verdana, sans-serif; font-size: 12pt;
Kind regards,
Thrishna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2021 03:52 AM
Hi
Did my reply answer your question?
If so, please mark appropriate response as correct so that the question will appear as resolved for other users who may have a similar question in the future.
If not, please tell me what is still missing.
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2021 06:59 AM
Hi Maik,
Thank you for the suggestion. I'm putting this on my list to review this week. Will let you know.
Kind regards,
Thrishna