egg-sendmail

0.1.0 • Public • Published

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

/egg-sendmail/

    Package Sidebar

    Install

    npm i egg-sendmail

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    7.04 kB

    Total Files

    7

    Last publish

    Collaborators

    • axolo