zzc-tool
v0.1.0
Published
zzc's tools
Downloads
3
Readme
ZZC自建的工具集
npm install zzc-tool
or
yarn add zzc-tool
sendEmail
const { sendEmail } = require('zzc-tool')
const email = new sendEmail({
title: '测试一下',
template: `<h1>我是张智超</h1>`,
recipient: '[email protected]',
pass: 'xxxxxxxxxxx'
})
email.send()