mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
fixed nodemailer setting
This commit is contained in:
parent
cff003722f
commit
06bba497ed
@ -35,8 +35,7 @@ export async function sendEmail({
|
||||
const transporter = nodemailer.createTransport({
|
||||
host: emailConfig.host,
|
||||
port: emailConfig.port,
|
||||
// secure: true,
|
||||
secure: false,
|
||||
secure: true,
|
||||
auth: {
|
||||
user: emailConfig.username,
|
||||
pass: emailConfig.password,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user