@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.6
    1
  • 0.0.5
    0
  • 0.0.4
    0
  • 0.0.3
    0

Package Sidebar

Install

npm i @halfeld/send-it

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

491 kB

Total Files

7

Last publish

Collaborators

  • halfeld