diff --git a/backend/src/main/java/de/szut/casino/security/service/EmailService.java b/backend/src/main/java/de/szut/casino/security/service/EmailService.java index 9d39134..dba1439 100644 --- a/backend/src/main/java/de/szut/casino/security/service/EmailService.java +++ b/backend/src/main/java/de/szut/casino/security/service/EmailService.java @@ -39,7 +39,7 @@ public class EmailService { public void sendRegistrationEmail(UserEntity user) { try { - String template = loadTemplate("email/registration.html"); + String template = loadTemplate("email/welcome.html"); String htmlContent = template .replace("${username}", user.getUsername()) .replace("${feUrl}", feUrl); diff --git a/backend/src/main/resources/templates/email/registration.html b/backend/src/main/resources/templates/email/welcome.html similarity index 90% rename from backend/src/main/resources/templates/email/registration.html rename to backend/src/main/resources/templates/email/welcome.html index 27fe15a..2a10134 100644 --- a/backend/src/main/resources/templates/email/registration.html +++ b/backend/src/main/resources/templates/email/welcome.html @@ -59,7 +59,6 @@ } h2 { color: #ffffff; - border-bottom: 2px solid #34d399; padding-bottom: 10px; display: inline-block; } @@ -75,7 +74,7 @@ color: #34d399; } .highlight { - color: #fbbf24; + color: #10b981; font-weight: bold; } .divider { @@ -91,12 +90,12 @@
-

Trustworthy Casino©

+

Trustworthy Casino

Hallo ${username},

-

Herzlich willkommen bei Trustworthy Casino©! Wir freuen uns, Sie an Bord zu haben.

+

Herzlich willkommen bei Trustworthy Casino! Wir freuen uns, Sie an Bord zu haben.

@@ -118,10 +117,10 @@

Bei Fragen stehen wir Ihnen jederzeit zur Verfügung.

Mit freundlichen Grüßen,
- Ihr Trustworthy Casino© Team

+ Ihr Trustworthy Casino Team