mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-19 05:47:43 -04:00
Update sendEmailCLI.sh (#1585)
This commit is contained in:
committed by
Leendert de Borst
parent
4c6d1e644e
commit
5a21582bba
@@ -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() {
|
||||
<h1>$opening_text</h1>
|
||||
|
||||
<div class="section">
|
||||
<p><strong>Random content:</strong> $content_suffix</p>
|
||||
<p><strong>Random content's & here:</strong> $content_suffix</p>
|
||||
</div>
|
||||
|
||||
<div class="section">
|
||||
|
||||
Reference in New Issue
Block a user