easy-mail
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i easy-mail

Weekly Downloads

1

Version

1.0.3

License

ISC

Last publish

Collaborators

  • jenlyndle