diff --git a/lib/scimgateway.ts b/lib/scimgateway.ts index ed503ab..9539f5f 100644 --- a/lib/scimgateway.ts +++ b/lib/scimgateway.ts @@ -2544,7 +2544,7 @@ export class ScimGateway { isMailLock = false }, (this.config.scimgateway.email.emailOnError.sendInterval || 15) * 1000 * 60) - const msgHtml = `
${msg}

This is an automatically generated email - please do NOT reply to this email

` + const msgHtml = `
${msg}

This is an automatically generated email - please do NOT reply to this email

` const msgObj = { from: this.config.scimgateway.email.emailOnError.from, to: this.config.scimgateway.email.emailOnError.to,