From e3aab9b3024995f7708801b7d40cfa6b222e35da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=A4fer?= Date: Tue, 25 Jun 2024 09:49:42 +0200 Subject: [PATCH] Send email to all admins when a new user has registered --- client/src/App.vue | 2 +- client/src/i18n/de.json | 5 +-- client/src/i18n/en.json | 5 +-- client/src/util/api-client.ts | 2 +- server/src/routes/auth.ts | 8 +++-- server/src/routes/posts.ts | 2 +- server/src/service/email-service.ts | 56 +++++++++++++++++++++++++++++ 7 files changed, 70 insertions(+), 10 deletions(-) create mode 100644 server/src/service/email-service.ts diff --git a/client/src/App.vue b/client/src/App.vue index 9110b82..9a11758 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -52,7 +52,7 @@ - +