From e984036e0d6d16db6cc661c94d04fe8dfab2e1f9 Mon Sep 17 00:00:00 2001 From: David Arranz Date: Tue, 1 Oct 2024 20:12:09 +0200 Subject: [PATCH] . --- server/src/config/environments/production.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/config/environments/production.ts b/server/src/config/environments/production.ts index a3ed6e0..45bef40 100644 --- a/server/src/config/environments/production.ts +++ b/server/src/config/environments/production.ts @@ -51,7 +51,7 @@ module.exports = { port: 587, secure: false, auth: { - user: "7d0c4e001@smtp-brevo.com", + user: "7d0c4e002@smtp-brevo.com", pass: "VOqwt0gBdNPhr781", }, },