90 lines
2 KiB
Groff
90 lines
2 KiB
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2.
|
||
.TH SendEmail "1" "September 2010" "sendEmail" "User Commands"
|
||
.SH NAME
|
||
SendEmail \- Lightweight, command line SMTP email client
|
||
.SH SYNOPSIS
|
||
.B SendEmail \fB\-f\fR ADDRESS [options]
|
||
.SH OPTIONS
|
||
.TP
|
||
\fB\-f\fR ADDRESS
|
||
from (sender) email address
|
||
.IP
|
||
* At least one recipient required via \fB\-t\fR, \fB\-cc\fR, or \fB\-bcc\fR
|
||
* Message body required via \fB\-m\fR, STDIN, or \fB\-o\fR message\-file=FILE
|
||
.IP
|
||
Common:
|
||
.TP
|
||
\fB\-t\fR ADDRESS [ADDR ...]
|
||
to email address(es)
|
||
.TP
|
||
\fB\-u\fR SUBJECT
|
||
message subject
|
||
.TP
|
||
\fB\-m\fR MESSAGE
|
||
message body
|
||
.TP
|
||
\fB\-s\fR SERVER[:PORT]
|
||
smtp mail relay, default is localhost:25
|
||
.TP
|
||
\fB\-S\fR [SENDMAIL_PATH]
|
||
use local sendmail utility (default: /usr/bin/sendmail) instead of network MTA
|
||
.IP
|
||
Optional:
|
||
.TP
|
||
\fB\-a\fR
|
||
FILE [FILE ...] file attachment(s)
|
||
.TP
|
||
\fB\-cc\fR
|
||
ADDRESS [ADDR ...] cc email address(es)
|
||
.TP
|
||
\fB\-bcc\fR ADDRESS [ADDR ...]
|
||
bcc email address(es)
|
||
.IP
|
||
[32;1mParanormal:[m
|
||
.TP
|
||
\fB\-xu\fR USERNAME
|
||
authentication user (for SMTP authentication)
|
||
.TP
|
||
\fB\-xp\fR PASSWORD
|
||
authentication password (for SMTP authentication)
|
||
.TP
|
||
\fB\-l\fR
|
||
LOGFILE log to the specified file
|
||
.TP
|
||
\fB\-v\fR
|
||
verbosity, use multiple times for greater effect
|
||
.TP
|
||
\fB\-q\fR
|
||
be quiet (no stdout output)
|
||
.TP
|
||
\fB\-o\fR NAME=VALUE
|
||
see extended help topic "misc" for details
|
||
.IP
|
||
Help:
|
||
.TP
|
||
\fB\-\-help\fR TOPIC
|
||
The following extended help topics are available:
|
||
.TP
|
||
addressing
|
||
explain addressing and related options
|
||
.TP
|
||
message
|
||
explain message body input and related options
|
||
.TP
|
||
misc
|
||
explain \fB\-xu\fR, \fB\-xp\fR, and others
|
||
.TP
|
||
networking
|
||
explain \fB\-s\fR, etc
|
||
.TP
|
||
output
|
||
explain logging and other output options
|
||
|
||
.SH "REPORTING BUGS"
|
||
Report bugs to <http://bugs.debian.org/sendemail>
|
||
.SH AUTHOR
|
||
sendemail was written by Brandon Zehm <caspian@dotconf.net> .
|
||
.PP
|
||
This manual page was written by Brandon Zehm and improved by Alejandro Garrido Mota <garridomota@gmail.com>,
|
||
for the Debian project (and may be used by others).
|
||
|