diff --git a/.env.example b/.env.example index d45596f..81ec5a1 100644 --- a/.env.example +++ b/.env.example @@ -24,7 +24,7 @@ SPEECH_MODEL_ID=speaches-ai/piper-en_US-ryan-low # Notifications NOTIFY_RESEND_API_KEY= NOTIFY_EMAIL_TO= -NOTIFY_EMAIL_FROM=OpenSquawk +NOTIFY_EMAIL_FROM=OpenSquawk NOTIFY_SMTP_HOST= NOTIFY_SMTP_PORT=587 NOTIFY_SMTP_SECURE=false diff --git a/server/utils/notifications.ts b/server/utils/notifications.ts index af5da7b..6115421 100644 --- a/server/utils/notifications.ts +++ b/server/utils/notifications.ts @@ -1,4 +1,4 @@ -const ADMIN_EMAIL_FALLBACK = 'opensquawk@faktorxmensch.com' +const ADMIN_EMAIL_FALLBACK = 'info@opensquawk.de' const RESEND_ENDPOINT = 'https://api.resend.com/emails'