From 407eda210a501de40e83784c081f199b78aafe4b Mon Sep 17 00:00:00 2001 From: Greg Hewgill Date: Tue, 1 Jan 2013 20:21:49 +1300 Subject: [PATCH] add missing emailer.1 man page --- emailer.1 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 emailer.1 diff --git a/emailer.1 b/emailer.1 new file mode 100644 index 0000000..48b9ff7 --- /dev/null +++ b/emailer.1 @@ -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 +.br +http://www.hewgill.com +.SH "SEE ALSO" +.BR capture (1)