Coder Social home page Coder Social logo

send-mail's Introduction

send-mail

simple tool to help send mail from cli

install

npm i -g https://github.com/Soontao/send-mail

usage

help from cli

$ send-mail --help

simple tool to help send mail from cli

Options:
  -s, --service  service name, for example, QQ
  -u, --user     auth user
  -p, --pass     auth user password, or toekn
  -t, --target   target email address
  -h, --header   email title
  -c, --content  email content
  --save         save current config to user main directory
  --clean        clean config

cli command template

send-mail -s <your service> -u <your email user> -p <your email password or token> -t <target email> -h <mail header> -c <mail content>

live sample

send-mail -s QQ -u [email protected] -p nosuchmailpass -t [email protected] -h 'HI Theo' -c 'this is content, nice to see you theo'

Adavance

With config

send-mail --save -s QQ -u [email protected] -p nosuchmailpass

And you could use the saved config later

send-mail -t '[email protected]' -h 'Hi theo' -c 'nice to see you here'
# same as send-mail -s QQ -u [email protected] -p nosuchmailpass -t '[email protected]' -h 'Hi theo' -c 'nice to see you here'

Delete config

send-mail --clean

send-mail's People

Contributors

soontao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.