@halfeld/send-it

0.0.6 • Public • Published

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

  • [x] Gmail (you need to enabled this)
  • [ ] Hotmail
  • [ ] Others

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @halfeld/send-it

    Weekly Downloads

    1

    Version

    0.0.6

    License

    MIT

    Unpacked Size

    491 kB

    Total Files

    7

    Last publish

    Collaborators

    • halfeld