1.0.0 • Published 4 years ago
egg-emailer v1.0.0
egg-emailer
Install
$ npm i egg-emailer --save
Usage
// {app_root}/config/plugin.js
exports.emailer = {
enable: true,
package: 'egg-emailer',
};
Configuration
// {app_root}/config/config.default.js
exports.emailer = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.
License
1.0.0
4 years ago