egg-exmail
v1.0.4
Published
基于egg.js的腾讯企业邮箱API插件
Readme
egg-exmail
Install
$ npm i egg-exmail --saveUsage
// {app_root}/config/plugin.js
exports.exmail = {
enable: true,
package: 'egg-exmail',
};Configuration
// {app_root}/config/config.default.js
exports.exmail = {
client:{
CorpID:'',
CorpSecret:''
},
};see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
