Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SendIt

Better and fastest way to send emails to multiple recipients.


Install

npm install -g @halfeld/send-it

How to use

# Run this command in the same directory of `send-it.config.js`
send-it

send-it.config.js

module.exports = {
  name: 'Your name',
  email: 'hey@gmail.com', // SendIt get your Gravatar image
  password: 'passwordOfEmailAbove',
  subject: 'SendIt is Awesome!',
  // Markdown is supported
  emailText: `
    # Hello World    
    This is a paragrapher with **strong** and _italic_ texts!
  `,
  recipients: [
    'foo@example.com',
    'bar@example.me'
  ]
}

E-mail clients

  • Gmail (you need to enabled this)
  • Hotmail
  • Others

About

Better and fastest way to send emails to multiple recipients.

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages