1.0.4 • Published 3 years ago

egg-exmail v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago