0.1.0 • Published 4 years ago

egg-sendmail v0.1.0

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

egg-sendmail

Nodemailer plugin for Egg.js.

Install

npm i @axolo/egg-sendmail --save

Usage

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

Configuration

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

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

Documents

Please open documents here.

Questions & Suggestions

Please open an issue here.

License

MIT