Scroll to navigation

SendEmail(1) User Commands SendEmail(1)

NAME

SendEmail - Lightweight, command line SMTP email client

SYNOPSIS

SendEmail -f ADDRESS [options]

OPTIONS

from (sender) email address
* At least one recipient required via -t, -cc, or -bcc * Message body required via -m, STDIN, or -o message-file=FILE
?Common:?
to email address(es)
message subject
message body
smtp mail relay, default is localhost:25
use local sendmail utility (default: /usr/bin/sendmail) instead of network MTA
?Optional:?
FILE [FILE ...] file attachment(s)
ADDRESS [ADDR ...] cc email address(es)
bcc email address(es)
?[32;1mParanormal:?[m
authentication user (for SMTP authentication)
authentication password (for SMTP authentication)
LOGFILE log to the specified file
verbosity, use multiple times for greater effect
be quiet (no stdout output)
see extended help topic "misc" for details
?Help:?
The following extended help topics are available:
explain addressing and related options
explain message body input and related options
explain -xu, -xp, and others
explain -s, etc
explain logging and other output options

REPORTING BUGS

Report bugs to <http://bugs.debian.org/sendemail>

AUTHOR

sendemail was written by Brandon Zehm <caspian@dotconf.net> .

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).

September 2010 sendEmail