GNU Mailutils |
|
General-Purpose Mail Package |
Official GNU Software |
Reads an RFC-822 message from a file and sends it over to a specified SMTP server. The syntax is:
mailutils send [options] host file
where host defines the SMTP server through which to send the message, and file is the name of the input file containing the message. For example, to send a message from file input.msg using SMTP service at localhost, one would write:
$ mailutils send localhost input.msg
The host argument can be an IP address, hostname, or a valid SMTP URL.
The following command line options are understood:
Supplies envelope sender address.
Supplies envelope recipient address. It can be specified multiple times.
Instructs the program to read recipient email addresses from the message ‘To:’, ‘Cc:’, and ‘Bcc:’ headers.
This document was generated on January 2, 2022 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.