{"name":"sendmail","version":"1.0.0","description":"","main":"index.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"author":"","license":"ISC","dependencies":{"wx-server-sdk":"latest","nodemailer":"^4.7.0"//在此处注明要使用的nodemailer库,上传云函数的时候后台可以自动部署}}
sendmail函数的代码如下:
index.js
package.json
需要修改下index.js里的邮箱地址,然后在微信IDE里右键选择“上传并部署(云端安装依赖)”。
报错信息:TypeError: this.realHandler is not a function
你的main函数是咋写的呢?
谢谢大佬,按照你的代码终于跑通了,看你的代码和网上给的教程主要就是发送的这一句不同,可能我还是没有理解好async和await的用法
完美跑通了!感谢!
谢谢@MasonLu
出现下面的错误,哪位大佬知道怎么解决
{"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"connect ECONNREFUSED 127.0.0.1:25"}