From 2fdf695156b9189ffd144b2c74514fbb995c16e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20DA=20ROCHA?= <sdarocha@neogeo.fr> Date: Fri, 13 Nov 2020 09:36:16 +0100 Subject: [PATCH] Revert "Merge branch 'feat/9579_admin_reply_to_user_by_email' into 'development'" This reverts merge request !13 --- src/legacy/legacy.service.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/legacy/legacy.service.ts b/src/legacy/legacy.service.ts index 58b208c..7412c41 100644 --- a/src/legacy/legacy.service.ts +++ b/src/legacy/legacy.service.ts @@ -543,7 +543,6 @@ export class LegacyService { await Promise.all([ this.sendEmail({ html: adminEmail, - reply-to : [token.email], to: [this.conf.userSupportMailbox], subject: 'Demande d’accès aux données', }), @@ -644,7 +643,6 @@ export class LegacyService { await Promise.all([ this.sendEmail({ html: adminEmail, - reply-to : [token.email], to: [this.conf.userSupportMailbox], subject: 'Demande de renouvellement d’accès aux données', }), @@ -749,7 +747,6 @@ export class LegacyService { await Promise.all([ this.sendEmail({ html: adminEmail, - reply-to : [token.email], to: [this.conf.userSupportMailbox], subject: 'Demande de suppression d’accès aux données', }), @@ -837,4 +834,4 @@ export class LegacyService { handleError(error, new InternalServerErrorException('Couldn\'t send email.')); } } -} +} \ No newline at end of file -- GitLab