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.
- Host: GitHub
- URL: https://github.com/kuixu/xmail
- Owner: kuixu
- Created: 2016-04-18T05:46:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T13:07:39.000Z (about 8 years ago)
- Last Synced: 2025-02-09T20:45:36.503Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
*