【发布时间】:2020-05-26 13:05:22
【问题描述】:
//错误//
(node:38736) UnhandledPromiseRejectionWarning: Reference Error: error is not defined
//代码//
const sgMail = require('@sendgrid/mail')
const sendgridAPIKey = 'SG.xxxxx'
sgMail.setApiKey(sendgridAPIKey)
sgMail.send({ 发邮件, 来自:'xxx@gmail.com', 主题:'感谢您的加入', text: '欢迎使用应用程序' })
【问题讨论】:
-
您能否提供更多有关您要完成的工作以及发生此错误的位置的代码 sn-ps 的信息?