30 lines
552 B
Plaintext
30 lines
552 B
Plaintext
|
|
||
|
The 'mail' command has two forms:
|
||
|
|
||
|
mail <e-mail-address>
|
||
|
|
||
|
which causes the output of the last command to be mailed to the
|
||
|
specified address; or
|
||
|
|
||
|
mail
|
||
|
|
||
|
which causes the output to be sent to the address specified in the "mailto"
|
||
|
variable.
|
||
|
|
||
|
All the various Internet addressing styles are understood. BITNET sites
|
||
|
should use the convention
|
||
|
|
||
|
user@sitename.bitnet
|
||
|
|
||
|
UUCP address can be specified as
|
||
|
|
||
|
user@sitename.uucp
|
||
|
|
||
|
If you would like to mail to an Internet IP address then use '[]'.
|
||
|
|
||
|
Example:
|
||
|
|
||
|
mail yourlogin@[132.206.44.5]
|
||
|
|
||
|
|