mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
updated email setting for compatibility
This commit is contained in:
parent
b4677ff272
commit
954260c28f
@ -35,7 +35,6 @@ export async function sendEmail({
|
||||
const transporter = nodemailer.createTransport({
|
||||
host: emailConfig.host,
|
||||
port: emailConfig.port,
|
||||
secure: true,
|
||||
auth: {
|
||||
user: emailConfig.username,
|
||||
pass: emailConfig.password,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user