-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemail-template-backup.html
More file actions
24 lines (18 loc) · 917 Bytes
/
email-template-backup.html
File metadata and controls
24 lines (18 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!-- Backup of HTML email template from server/services/emailService.ts -->
<!-- Original styled template before switching to plain text for spam filter testing -->
<div style="font-family: Arial, sans-serif; max-width: 600px; margin: 0 auto; color: #333;">
<h2>Vielen Dank für Ihre Teilnahme!</h2>
<p>Hallo ${voterName},</p>
<p>vielen Dank für Ihre Teilnahme an der ${pollTypeText} "${pollTitle}".</p>
<p>Ihre Stimme wurde erfolgreich gespeichert.</p>
<p><strong>Aktuelle Ergebnisse ansehen:</strong><br>
<a href="${resultsLink}">Ergebnisse ansehen</a></p>
<p><strong>Stimme ändern:</strong><br>
Falls Sie Ihre Meinung ändern möchten:<br>
<a href="${publicLink}">Stimme ändern</a></p>
<hr>
<p style="font-size: 12px; color: #666;">
Diese E-Mail wurde automatisch erstellt.<br>
KITA Poll - Staatsinstitut für Frühpädagogik und Medienkompetenz (IFP)
</p>
</div>