Help: test-smtp-send
Not logged in
Bounty program for improvements to Tcl and certain Tcl packages.
Tcl 2018 Conference, Houston/TX, US, Oct 15-19
Send your abstracts to tclconference@googlegroups.com
or submit via the online form by Aug 20.

The "test-smtp-send" command:

Usage: fossil test-smtp-send EMAIL FROM TO ...

Use SMTP to send the email message contained in the file named EMAIL
to the list of users TO.  FROM is the sender of the email.

Options:

     --direct              Go directly to the TO domain.  Bypass MX lookup
     --port N              Use TCP port N instead of 25
     --trace               Show the SMTP conversation on the console