mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
10 lines
404 B
Plaintext
10 lines
404 B
Plaintext
mini_sendmail reads its standard input up to an end-of-file and
|
|
sends a copy of the message found there to all of the addresses
|
|
listed. The message is sent by connecting to a local SMTP server.
|
|
|
|
If you want to use mini_sendmail to send email from inside a
|
|
chroot(2) area, you might want to use the mini_sendmail_static
|
|
package instead to avoid copying libraries.
|
|
|
|
See the manual entry for more details.
|