0.0.6 • Published 6 years ago

@halfeld/send-it v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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
0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago