mirror of
https://github.com/docmost/docmost.git
synced 2025-11-19 06:21:10 +10:00
Implement nodemailer ignore tls property (#299)
This commit is contained in:
@ -44,6 +44,7 @@ export const mailDriverConfigProvider = {
|
||||
connectionTimeout: 30 * 1000, // 30 seconds
|
||||
auth,
|
||||
secure: environmentService.getSmtpSecure(),
|
||||
ignoreTLS: environmentService.getSmtpIgnoreTLS()
|
||||
} as SMTPTransport.Options,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user