UNPKG

oschina-webhook

Version:

oschina-webhook

12 lines 260 B
var email=require('../lib/email'); email({ to:"306679829@qq.com", subject:"发了封邮件222", text:'内容啊内容3333' },function(err,res){ if(err){ console.error(err); return; } console.log(JSON.stringify(res)); });