egg-exmail

1.0.4 • Public • Published

egg-exmail

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-exmail --save

Usage

// {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.

License

MIT

Package Sidebar

Install

npm i egg-exmail

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

19.6 kB

Total Files

9

Last publish

Collaborators

  • qq578023708