There was an error while loading. Please reload this page.
1 parent d40dccb commit 3e3ebb7Copy full SHA for 3e3ebb7
config/mail.ts
@@ -13,10 +13,7 @@ const mailConfig = defineConfig({
13
smtp: transports.smtp({
14
host: env.get('SMTP_HOST'),
15
port: env.get('SMTP_PORT'),
16
- /**
17
- * Uncomment the auth block if your SMTP
18
- * server needs authentication
19
- */
+ secure: false,
20
auth: {
21
type: 'login',
22
user: env.get('SMTP_USERNAME') || '',
0 commit comments