ec_sendmail
Name
ec_sendmail — a sendmail compatibility interface
Synopsis
/opt/msys/ecelerity/bin/ec_sendmail [ -F full_name ] [ -f email_address ] [ -h ] [ -i ] [ -t ]
Description
ec_sendmail is a command line utility for Unix systems that requires a local binary to perform submission to the local MTA.
It has the following options:
- -F *`full_name`*
 - 
Set sender's full name. This will be displayed in the From: header.
 - -f *`email_address`*
 - 
Specify the MAIL FROM: part on the envelope. This address is also displayed in the From: header. If
-fis used to specify a different address other than the actualusername@hostnameby a user who is not root or whosegeteuid()doesn't return 0, aX-Authentication-Warningheader will be added in the email. - -h
 - 
Show a help message.
 - -i
 - 
Ignore lines containing only a single dot. It is recommended to set this if data is read from a file.
 - -t
 - 
Scanning the message for recipient(s). Lines starting with To:, Cc: or Bcc: will be used to extract recipient address(es).