README
Lowbot mail
Mail adapter for lowbot
This is a work in progress
Installation
NPM
npm i --save lowbot-mail
Yarn
yarn add lowbot-mail
Usage
Node
const LowBot = require('lowbot');
const mail = require('lowbot-mail');
let botInstance = new LowBot()
.useAdapter(mail);