sendemail/sendemail.1
2017-11-08 22:06:07 +01:00

90 lines
2 KiB
Groff
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.\" 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
Paranormal:
.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).