0.0.1 • Published 10 months ago

vue-mailer v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Vue-Mailer

This package has a powerful laravel back-end application for posting mail service.

We will never send you unsolicited 'junk' email, or share your data with anyone else who might.

Package developed by S.Katheeskumar

Support & Become a Patron!

Installation

Install using npm

# install it via npm
npm install vue-mailer --save

OR

npm i vue-mailer

GitLeaf Officially uses vue-mailer for their mailing module.

Usage

    # to = Reciever Email Address
    # from = Sender Email Address
    # subject = Email Main Subject
    # title = This title appear on top of body in h2 
    # body = add this parameter like plain text or html or markdown

javascript

var Mailer = require("vue-mailer");

var Data = 
{
    "to": "your-email@sample.com",
    "from":"no-replay@domain.com",
    "subject": "Sample Mail from vue-mailer",
    "title": "Sample Mail from vue-mailer",
    "body"  : "Hello there, I'm Katheeskumar. I love coding and proud to present this open source application"
}
//  Html / Plaintext mailing
console.log(Mailer.prepare(Data)) // i'ts return json format

//  Markdown mailing
console.log(Mailer.prepareMarkdown(Data)) // i'ts return json format

TypeScript

import * as Mailer from 'vue-mailer';

var Data = 
{
    "to": "your-email@sample.com",
    "from":"no-replay@domain.com",
    "subject": "Sample Mail from vue-mailer",
    "title": "Sample Mail from vue-mailer",
    "body"  : "Hello there, I'm Katheeskumar. I love coding and proud to present this open source application"
}

Mailer.prepare(Data); // print and return json response. 

Browser Support

ChromeFirefoxSafariOperaEdgeIE
Latest ✔Latest ✔Latest ✔Latest ✔Latest ✔11 ✔

License

This project is licensed under the terms of the @Katheesh.

0.0.1

10 months ago

0.0.1-beta.0

10 months ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago