Skip to content

Better and fastest way to send emails to multiple recipients.

Notifications You must be signed in to change notification settings

OrganizersTooling/send-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: '[email protected]', // 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: [
    '[email protected]',
    '[email protected]'
  ]
}

E-mail clients

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

About

Better and fastest way to send emails to multiple recipients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published