From 5a21582bba9a773a1089ce0df56342f97a42e196 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Tue, 3 Feb 2026 12:02:35 +0100 Subject: [PATCH] Update sendEmailCLI.sh (#1585) --- .../Services/AliasVault.SmtpService/Scripts/sendEmailCLI.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/server/Services/AliasVault.SmtpService/Scripts/sendEmailCLI.sh b/apps/server/Services/AliasVault.SmtpService/Scripts/sendEmailCLI.sh index 16f1c18df..ba6462ab0 100755 --- a/apps/server/Services/AliasVault.SmtpService/Scripts/sendEmailCLI.sh +++ b/apps/server/Services/AliasVault.SmtpService/Scripts/sendEmailCLI.sh @@ -97,7 +97,7 @@ generate_plain_body() { # Use printf for consistent newline handling printf "%s\r\n" "$opening_text" printf "\r\n" - printf "Random content: %s\r\n" "$content_suffix" + printf "Random content's here: %s\r\n" "$content_suffix" printf "\r\n" printf "=== Special Character Testing ===\r\n" printf "Special symbols: %s\r\n" "$special_chars" @@ -166,7 +166,7 @@ generate_html_body() {

$opening_text

-

Random content: $content_suffix

+

Random content's & here: $content_suffix