Skip to content
/ nms Public

Agnostic transactional email sending in Node.js environment

License

Notifications You must be signed in to change notification settings

pchchv/nms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nms

Node Mail Sender

Agnostic transactional email sending in Node.js environment

Implementation

import { NMS } from 'nms'
  
NMS.emit('user.confirm', payload)
  .then(res => {
    console.log('Email has been delivered: ', res);
  })
  .catch(err => {
    console.log('Error while mail sending: ', err)
  })

About

Agnostic transactional email sending in Node.js environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published