UNPKG

candymail

Version:

Email Automation Library for Node.js

7 lines (6 loc) 274 B
import { Options } from '../types'; import Mail = require('nodemailer/lib/mailer'); declare const setConfig: (configOptions: Options) => void; declare const getConfig: () => Options; declare const getTransporter: () => Mail; export { getConfig, setConfig, getTransporter };