Remove system email address from cleaning emails (#10774)
as title, to avoid polluting the technical email address
This commit is contained in:
@ -124,7 +124,6 @@ export class CleanerWorkspaceService {
|
|||||||
|
|
||||||
this.emailService.send({
|
this.emailService.send({
|
||||||
to: workspaceMember.userEmail,
|
to: workspaceMember.userEmail,
|
||||||
bcc: this.environmentService.get('EMAIL_SYSTEM_ADDRESS'),
|
|
||||||
from: `${this.environmentService.get(
|
from: `${this.environmentService.get(
|
||||||
'EMAIL_FROM_NAME',
|
'EMAIL_FROM_NAME',
|
||||||
)} <${this.environmentService.get('EMAIL_FROM_ADDRESS')}>`,
|
)} <${this.environmentService.get('EMAIL_FROM_ADDRESS')}>`,
|
||||||
@ -199,7 +198,6 @@ export class CleanerWorkspaceService {
|
|||||||
|
|
||||||
this.emailService.send({
|
this.emailService.send({
|
||||||
to: workspaceMember.userEmail,
|
to: workspaceMember.userEmail,
|
||||||
bcc: this.environmentService.get('EMAIL_SYSTEM_ADDRESS'),
|
|
||||||
from: `${this.environmentService.get(
|
from: `${this.environmentService.get(
|
||||||
'EMAIL_FROM_NAME',
|
'EMAIL_FROM_NAME',
|
||||||
)} <${this.environmentService.get('EMAIL_FROM_ADDRESS')}>`,
|
)} <${this.environmentService.get('EMAIL_FROM_ADDRESS')}>`,
|
||||||
|
|||||||
Reference in New Issue
Block a user