Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
module:sendmail [2023/02/26 15:21] (current) – Add some content digital man
Line 1: Line 1:
 +====== Sendmail ======
 +This module is a thin wrapper for the JavaScript ''MsgBase'' class for sending email messages from [[install:nix:mail|UNIX system components]] that utilize ''sendmail'' or ''mail'' commands to send mail to the system administrator.
 +
 +This module can emulate either sendmail or mail/mailx command behavior.
 +
 +The supported command-line syntax:
 +
 +  path/to/sendmail.js [-options] [--] <recipient> [recipient][...]
 +
 +^ Option   ^ Description ^
 +| ''--''   | Stop option parsing, all remaining arguments treated as recipients |
 +| ''-v''   | Increase verbosity of output |
 +| ''-F''   | Specify //From// name (only in sendmail mode) |
 +| ''-r'' or ''-f'' | Specify //From// email address |
 +| ''-s''   | Specify message //Subject// (only in semdmail mode) |
 +| ''-t''   | Parse recipients from message header fields read from stdin |
 +
 +
 +
 +===== See Also =====
 +  * [[:module:|module index]]
 +  * [[:install:nix:mail|Installing Synchronet as your UNIX mail system]]