Implement nodemailer ignore tls property (#299)

This commit is contained in:
Orion
2024-09-21 02:57:50 +10:00
committed by GitHub
parent 2ae3816324
commit 9390b39e35
3 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,7 @@ export const mailDriverConfigProvider = {
connectionTimeout: 30 * 1000, // 30 seconds
auth,
secure: environmentService.getSmtpSecure(),
ignoreTLS: environmentService.getSmtpIgnoreTLS()
} as SMTPTransport.Options,
};