From 23183cb4073424cd2426dde6f9b2672f17c78dea 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 | 3 +- 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, 71 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..39c0ada 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -52,7 +52,7 @@ - +