diff --git a/tdrive/backend/node/src/core/platform/services/email-pusher/index.ts b/tdrive/backend/node/src/core/platform/services/email-pusher/index.ts index bdef6860..3900ad4b 100644 --- a/tdrive/backend/node/src/core/platform/services/email-pusher/index.ts +++ b/tdrive/backend/node/src/core/platform/services/email-pusher/index.ts @@ -44,6 +44,7 @@ export default class EmailPusherClass host: this.configuration.get("smtp_host", ""), port: this.configuration.get("smtp_port", 25), requireTLS: this.configuration.get("smtp_tls", false), + secure: this.configuration.get("smtp_tls", false), auth: { user: this.configuration.get("smtp_user", ""), pass: this.configuration.get("smtp_password", ""),