@random-guys/pro-mails
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

Sterling Pro Mails

Every email for the sterling pro service

How to install?

$ yarn add @random-guys/pro-mails`

How does it work?

import { sessionRequestMail } from '@random-guys/pro-mail';

const destination = (token) => `https://myapp.netlify.com/enter-password/${token}`
const mailMessage = await sessionRequestMail({
  firstname: 'xxxtacion',
  workspaces: [
    {
      name: 'Dangote Records',
      link: token(magicToken)
    }
  ]
})

Mails-to-be-done

In no particular order:

  • [x] Session Request
  • [x] Existing/Migrated User Login
  • [x] New User
  • [x] Login Confirmation
  • [x] Failed Authorization Request
  • [x] Corporate Admin Activation
  • [x] Single Signatory Activation
  • [x] Soft Token
  • [x] Hard Token
  • [x] Authorization Letter

Readme

Keywords

none

Package Sidebar

Install

npm i @random-guys/pro-mails

Weekly Downloads

0

Version

0.2.3

License

MIT

Unpacked Size

35.8 kB

Total Files

38

Last publish

Collaborators

  • random-guys