mod mailtext

This commit is contained in:
beo3000 2026-01-02 14:01:27 +01:00
parent c326541604
commit 7d0c26ad0c
1 changed files with 5 additions and 5 deletions

View File

@ -75,7 +75,7 @@ public class SmtpEmailService : IEmailService
<li><strong>Name:</strong> {userDisplayName}</li>
<li><strong>E-Mail:</strong> {userEmail}</li>
</ul>
<p>Bitte prüfen Sie die Anfrage im Koogle-System.</p>
<p>Bitte prüfe die Anfrage im Koogle-System.</p>
<p>Viele Grüße,<br/>{club.Name}</p>
</body>
</html>";
@ -113,8 +113,8 @@ public class SmtpEmailService : IEmailService
<html>
<body>
<h2>Willkommen bei {clubName}!</h2>
<p>Ihre Mitgliedsanfrage wurde genehmigt.</p>
<p>Sie können sich jetzt im Koogle-System anmelden und alle Funktionen nutzen.</p>
<p>Deine Mitgliedsanfrage wurde genehmigt.</p>
<p>Du kannst dich jetzt im Koogle-System anmelden und alle Funktionen nutzen.</p>
<p>Viele Grüße,<br/>{clubName}</p>
</body>
</html>";
@ -152,9 +152,9 @@ public class SmtpEmailService : IEmailService
<html>
<body>
<h2>{clubName}</h2>
<p>Leider wurde Ihre Mitgliedsanfrage abgelehnt.</p>
<p>Leider wurde Deine Mitgliedsanfrage abgelehnt.</p>
{reasonText}
<p>Bei Fragen wenden Sie sich bitte an die Clubverwaltung.</p>
<p>Bei Fragen wenden dich bitte an die Clubverwaltung.</p>
<p>Viele Grüße,<br/>{clubName}</p>
</body>
</html>";