Remove system email address from cleaning emails (#10774)

as title, to avoid polluting the technical email address
This commit is contained in:
martmull
2025-03-11 13:44:33 +01:00
committed by GitHub
parent 48bd48753b
commit 0eb829dcb5

View File

@ -124,7 +124,6 @@ export class CleanerWorkspaceService {
this.emailService.send({
to: workspaceMember.userEmail,
bcc: this.environmentService.get('EMAIL_SYSTEM_ADDRESS'),
from: `${this.environmentService.get(
'EMAIL_FROM_NAME',
)} <${this.environmentService.get('EMAIL_FROM_ADDRESS')}>`,
@ -199,7 +198,6 @@ export class CleanerWorkspaceService {
this.emailService.send({
to: workspaceMember.userEmail,
bcc: this.environmentService.get('EMAIL_SYSTEM_ADDRESS'),
from: `${this.environmentService.get(
'EMAIL_FROM_NAME',
)} <${this.environmentService.get('EMAIL_FROM_ADDRESS')}>`,