-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
.TH emailer 1 "March 2003" | ||
.SH NAME | ||
emailer \- email EAS alerts | ||
.SH SYNOPSIS | ||
.B emailer [-f | ||
.I from-address | ||
.B ] [-n | ||
.I notify-file | ||
.B ] | ||
.I code filename | ||
.SH DESCRIPTION | ||
.B emailer | ||
prepares a formatted email message from a given EAS code | ||
and MP3 file, and sends it to a list of addresses specified in | ||
.IR notify-file . | ||
.SH OPTIONS | ||
.IP "-f from-address" | ||
The email address used in the From: line. | ||
This address is also used in the To: line. | ||
.IP "-n notify-file" | ||
A file containing a list of email addresses, | ||
or shell commands preceded by |. | ||
.IP code | ||
The EAS header code for this message. | ||
.IP filename | ||
The name of the MP3 file containing the alert message. | ||
.SH AUTHOR | ||
Greg Hewgill <[email protected]> | ||
.br | ||
http://www.hewgill.com | ||
.SH "SEE ALSO" | ||
.BR capture (1) |