1.0.5 • Published 8 years ago

email-via-gmail v1.0.5

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

email-via-gmail

Send Emails using Gmail Unsecurely

A small library that sends Emails Using Gmail Unsecurely

PreRequisites

Open a temporary Gmail account only to send emails. Check out this link

Less Secure Apps in Gmail

Unlock Google Captcha

Installation

npm install email-via-gmail -S

Usage

const gmail = require('email-via-gmail')

gmail.login("<your-gmail-email>","<your-gmail-password>")

gmail.sendEmail("<your-subject>","<your-very-loooooong-message>","<your-comma-seperated-emails>")

Example

const gmail = require('email-via-gmail')

gmail.login('example@gmail.com','abc123')

gmail.sendEmail('TESTING EMAIL-VIA_GMAIL','HELL YEAH !!!!! THIS IS MY MESSAGE','my-email@gmail.com,ur-email@yahoo.com')
1.0.5

8 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago