Skip to content

Commit

Permalink
add missing emailer.1 man page
Browse files Browse the repository at this point in the history
  • Loading branch information
ghewgill committed Jan 1, 2013
1 parent 34cd38d commit 407eda2
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions emailer.1
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)

0 comments on commit 407eda2

Please sign in to comment.