Basic mailing script
 |
|
 |
|
The mail command can be used under Linux or UNIX bash / ksh / csh shell to send an email. To send a message to one or more people, mail can be invoked with arguments which are the names of people to whom the mail will be sent. You are then expected to type in your message, followed by an ‘control-D’ at the beginning of a line. However, using the following syntax one can send email easily:
mail -s 'Subject' [email protected] |
|
 |
|
 |
( This Software is Available for Direct Download )
|
|
 |
|
 |
|
Supported Operating System(s) |
CentOS, Debian, Linux Generic, Mac OS X, |
File Size |
1 kb |
Version |
x |
License Type |
Open Source |
Requirements |
Bash / KSH shell |
Author Website |
http://gnutoolbox.com |
|
|
 |
|
 |
|
 |
|