1.0.3 • Published 7 years ago

easy-mail v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

EmailJS(https://www.emailjs.com) provides us an easy way to send emails from client side.

Follow the docs to connect your email services and create the desired email templates.

This simple npm package provides the type definitions to access the library.

npm install easy-mail

Then in your typescript project:

import {easyEmail} from 'directory'

let em = new easyEmail.email()

let obj = {from_name:'jen',from_email:'njfnrnj',from_msg:'jbchrbf'};

em.send("email service name", "template name",obj, your user id)

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago