GNU Mailutils |
|
General-Purpose Mail Package |
Official GNU Software |
mailer
Statementmailer { url url; }
A mailer is a special logical entity GNU Mailutils uses for
sending messages. Its internal representation is discussed in
Mailer. The mailer
statement configures it.
The mailer statement contains a single sub-statement:
Set the mailer URL.
GNU Mailutils supports three types of mailer URLs, described in the table below:
Send messages using SMTP protocol. See SMTP Mailboxes, for a detailed description of the URL and its parts.
Use sendmail-compatible program progname. Sendmail-compatible means that the program must support following command line options:
Do not treat ‘.’ as message terminator.
Use addr as the sender address.
Get recipient addresses from the message.
See sendmail, for details.
A prog mailer. This is a generalization of ‘sendmail’ mailer that allows to use arbitrary external programs as mailers.
It is described in detain in prog.
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.