From f0a67a511dd444054604366f21799d4f20d2fb72 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 16 Jan 2026 20:06:38 -0700 Subject: [PATCH] Update the call recording email template --- app/call_recordings/app_defaults.php | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/app/call_recordings/app_defaults.php b/app/call_recordings/app_defaults.php index d7e161b31d..a172eb00b8 100644 --- a/app/call_recordings/app_defaults.php +++ b/app/call_recordings/app_defaults.php @@ -10,6 +10,35 @@ if ($domains_processed == 1) { $array['email_templates'][$x]['template_subcategory'] = 'transcription'; $array['email_templates'][$x]['template_subject'] = "Caller ID \${caller_id_name} <\${caller_id_number}> \${call_duration}"; $array['email_templates'][$x]['template_body'] .= "\n"; + $array['email_templates'][$x]['template_body'] .= " \n"; + $array['email_templates'][$x]['template_body'] .= " \n"; + $array['email_templates'][$x]['template_body'] .= " \n"; $array['email_templates'][$x]['template_body'] .= " \n"; $array['email_templates'][$x]['template_body'] .= " Caller ID \${caller_id_name} \${caller_id_number}
\n"; $array['email_templates'][$x]['template_body'] .= "
\n";