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

You can donate to the Synchronet project using PayPal.

Differences

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

Link to this comparison view

module:sendmail [2010/02/24 15:52] – created digitalmanmodule:sendmail [2023/02/26 15:21] (current) – Add some content digital man
Line 1: Line 1:
 ====== Sendmail ====== ====== Sendmail ======
-FIXME+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 ===== ===== See Also =====
   * [[:module:|module index]]   * [[:module:|module index]]
 +  * [[:install:nix:mail|Installing Synchronet as your UNIX mail system]]