1.1.1 • Published 4 years ago

@cxkj/egg-nodemailer v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

egg-nodemailer

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

Install

$ npm i @hzcx/egg-nodemailer --save

Usage

// {app_root}/config/plugin.js
exports.nodemailer = {
  enable: true,
  package: 'egg-nodemailer',
};

Configuration

// {app_root}/config/config.default.js
exports.nodemailer = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT