需要做以下更改: ```js EmailProvider({ server: { host: "xxx", port: 465, auth: { user: "xxx", pass: "xxx", }, secure: true, }, from: env.EMAIL_FROM, }) ```