felipe-negri / send-it

Better and fastest way to send emails to multiple recipients.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.json`
send-it

send-it.config.js

module.exports = {
  name: 'Your name',
  email: 'hey@gmail.com',
  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.


Languages

Language:HTML 63.5%Language:JavaScript 36.5%