//错误//
(节点:38736)UnhandledPromiseRejectionWarning:参考错误:未定义错误
//代码//
const sgMail = require('@ sendgrid / mail')
const sendgridAPIKey ='SG.xxxxx'
sgMail.setApiKey(sendgridAPIKey)
sgMail.send({ 发邮件, 来自:“ xxx@gmail.com”, 主题:“感谢您的加入”, 文字:“欢迎使用该应用” })
答案 0 :(得分:0)
SomeType
方法返回诺言,您应该ContentObserver
。或使用LiveData
send()