An open API service indexing awesome lists of open source software.

https://github.com/kuixu/xmail

Command line email tool, notify tool, very easy-to-use. Perl and Bash shell version provide.
https://github.com/kuixu/xmail

Last synced: 27 days ago
JSON representation

Command line email tool, notify tool, very easy-to-use. Perl and Bash shell version provide.

Awesome Lists containing this project

README

        

# xmail
Command line email tool, notify tool, very easy-to-use. Perl and Bash-shell version provide.

## Usage

xmail -u useremail -s subject -m message [-option value]

## Option

-u [str]* the email you want to send notification to. eg. [email protected]
-s [str]* the subject of the email.
-m [str] more detaills can be placed.

-h print this usage

## Examples:

xmail -u [email protected] -s "xxx task completed!"

## Installation

Very easy to install xmail, just move the excutable file `xmail` into your `/usr/bin` Path,

sudo mv xmail /usr/bin/xmail

Or add the `xmail` path into `$PATH`,

export PATH=/path/to/xmail:$PATH

## Instance

* Alert me, when the program is finished.
* Email me the content from a website(Firstly you have the scripts to grab the web page).
*