2.0.2 • Published 2 years ago

@planorjs/plugin-smtp v2.0.2

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

planor-plugin-smtp

Planor smtp plugin.

Usage

import PlanorServiceSmtp from '@planorjs/plugin-smtp'

const credentials = {
  host: 'mail.test.net',
  port: '465',
  username: 'test@test.com',
  password: '----'
}

const service = new PlanorServiceSmtp(credentials)

Version management of this repository done by releaser 🚀