1SendEmail(1)                     User Commands                    SendEmail(1)
2
3
4

NAME

6       SendEmail - Lightweight, command line SMTP email client
7

SYNOPSIS

9       SendEmail -f ADDRESS [options]
10

OPTIONS

12       -f ADDRESS
13              from (sender) email address
14
15              * At least one recipient required via -t, -cc, or -bcc * Message
16              body required via -m, STDIN, or -o message-file=FILE
17
18              Common:
19
20       -t ADDRESS [ADDR ...]
21              to email address(es)
22
23       -u SUBJECT
24              message subject
25
26       -m MESSAGE
27              message body
28
29       -s SERVER[:PORT]
30              smtp mail relay, default is localhost:25
31
32       -S [SENDMAIL_PATH]
33              use local sendmail utility (default: /usr/bin/sendmail)  instead
34              of network MTA
35
36              Optional:
37
38       -a     FILE [FILE ...]      file attachment(s)
39
40       -cc    ADDRESS [ADDR ...]   cc  email address(es)
41
42       -bcc ADDRESS [ADDR ...]
43              bcc email address(es)
44
45              [32;1mParanormal:[m
46
47       -xu USERNAME
48              authentication user (for SMTP authentication)
49
50       -xp PASSWORD
51              authentication password (for SMTP authentication)
52
53       -l     LOGFILE               log to the specified file
54
55       -v     verbosity, use multiple times for greater effect
56
57       -q     be quiet (no stdout output)
58
59       -o NAME=VALUE
60              see extended help topic "misc" for details
61
62              Help:
63
64       --help TOPIC
65              The following extended help topics are available:
66
67       addressing
68              explain addressing and related options
69
70       message
71              explain message body input and related options
72
73       misc   explain -xu, -xp, and others
74
75       networking
76              explain -s, etc
77
78       output explain logging and other output options
79
80

REPORTING BUGS

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

AUTHOR

85       sendemail was written by Brandon Zehm <caspian@dotconf.net> .
86
87       This  manual page was written by Brandon Zehm and improved by Alejandro
88       Garrido Mota <garridomota@gmail.com>, for the Debian project  (and  may
89       be used by others).
90
91
92
93
94sendEmail                       September 2010                    SendEmail(1)
Impressum